mattosaurus
mattosaurus
Ah yes, I think the issue is here. https://github.com/PButcher/flipdown/pull/24/commits/c0b3dedf6abcffdb70f091a383010bc84f678a26#diff-995524a2f71c68dc4e564cb1c358aee9R391 This should be dayRotor.style.display = 'none'; Yes, the occurnce event is intended to fire an event at a specified time during...
Yes, that looks good :) I like the idea of the every functionality as well, perhaps it would be possible to do using cron, though maybe that's making things too...
Hi, sorry for the delay on this. Looks like vertical bar charts require x and y coordinates so I've updated the package to 3.3.0. An example is here. https://github.com/mattosaurus/ChartJSCore/blob/929b86bbb4aa1f3484b71f54561dc274d4fe2beb/ChartJSCore.Demo/Controllers/HomeController.cs#L131-L237
Hi, yep the tests aren't working at the moment. There's a vertical example in the demo project though. https://github.com/mattosaurus/ChartJSCore/blob/929b86bbb4aa1f3484b71f54561dc274d4fe2beb/ChartJSCore.Demo/Controllers/HomeController.cs
Vertical and horizontal examples.
Hi, thanks for pointing that out. I think I've updated all the relevant properties now and have published v3.1.0 with the changes but let me know if you spot anything...
Thanks, the axes had changed more than I'd expected. I've updated these and pushed out v3.2.0.
Yeah, I need to sort out the hosting for this site. Thanks for reminding me. I'll remove it from the docs for now.
Hi, yeah the library doesn't really make uuse of the key ring that well. It just assumes you'll give it the exact key or keys required. I agree it would...
Nice, I tried to reduce memory usage previously by tweaking the stream usage but obviously wasn't completly successful. Is this something you'd be able to do and submit a PR...