asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
804 stars 120 forks source link

Added missing jsonConfig #108

Closed stijnvanouplines closed 11 months ago

stijnvanouplines commented 11 months ago

I noticed that the setJsonConfig() method did nothing on the lineChartModel(). I discovered that these are never injected. I added it wherever it was missing.

3rgo commented 11 months ago

Thank you for this, at least now I know why it doesn't work on my chart ! @asantibanez Any idea on the timeline for this to be released ?

asantibanez commented 11 months ago

Thanks @stijnvanouplines for the help. Totally forgot to add these.