Jan Huenges
Jan Huenges
Okay, got it! Please exchange [these lines](https://github.com/aligos/todomoro/blob/master/client/templates/chart.js#L107-L121) with the following code: ``` javascript var monthLookup = { Jan: 0, Feb: 1, Mar: 2, Apr: 3, May: 4, Jun: 5, Jul:...
I guess you need to take another look at this part ``` js ... // Iterate over listData.data to assign the values to the correct "month-slot" for(var key in listData.data)...
@keepthefaya I have a couple of questions: 1. I assume the chart is built correctly? So there is a container with the `id="container-column"`? 2. `var data = Eveorder.find().fetch();` deliveres data?...
In these lines: ``` js // Otherwise, simply update the data if there is chartData if (chartData.length !== 0) { chart.highcharts().series[0].update({ data: chartData }); } ``` `chart.highcharts().series[0]` is not defined....
Sounds good. Thanks!
I also have a suggestion for the documentation: ## What happens if the user deletes the app? - Is the encryption secret kept? - Are the databases and tables kept?...
I did some research and with my limited knowledge I came to the conclusion that: ## What happens if the user deletes the app? - **Is the encryption secret kept?**...
So far my only guess is, that `scrollbar` only works for [highstocks](http://api.highcharts.com/highstock#scrollbar.enabled). I couldnt find an API reference for highcharts. And if you take a look at your fiddle, the...
@spiovesan did the comment help?
Yes, it should. Test it and if it doesn`t work I can help