cvasseng
cvasseng
Thanks for reporting! We'll look into this. About the shadows, I couldn't say, will look into that too.
Hi, if you want to add it as a custom template, you can do something like this: ``` highed.templates.add('Combinations', { title: 'Bar & Line', thumbnail: '', config: { series: [...
You can change the axis titles either by adding `title: { text: '...' }` to the axis definition in the template, or by changing it using the advanced customizer. Prefix...
This may be caused by gulping on osx.
Hi, there is actually a system that can do this in place already, but for the options it was limited to the `SimpleEditor` (actually, it was supposed to have worked...
Hey @manu-st, we're currently looking into using either triangulation or some shader magic to properly implement `lineWidth`. The issue is, as you alluded, that WebGL lacks support for setting line...
Revisiting this: We can't bundle the actual library due to licensing, and because different users need different versions of them (some may only have a license for V9 for instance,...