Kevin Hill
Kevin Hill
And you still don't have the alias? Can you use `app("lavacharts")` or whatever they do now to get services from the container.
The same way as any other column, add a label and then give some values (hint, they will be arrays of ints) [Here's what Google has in their docs](https://developers.google.com/chart/interactive/docs/datesandtimes#working-with-timeofday)
Whoops! Didn't mean to slam the door closed
seems simple enough, submit a pull request? I'll merge that no problem.
Ohh! Nice! Thank you. It looks like a few of the links didn't come out right?
Does Symfony already have that trait?
Yes, master is quite different 😆 I really started ripping the guts apart for v4. If you want to make pull requests, then do so to the 3.1 branch.
I suppose my docs aren't clear enough, but the chart has to be rendered once with a empty datatable with the correct structure. This way the ajax know how to...
try wrapping the ajax call in `lava.ready()` because I think your on page load call beats the google chain of getting everything loaded
Is your render call above/before the ajax? The php render method outputs the script tag with lava.js On Mon, May 4, 2020, 4:46 AM Muhammad Muazzam wrote: > I have...