Settings and activity
5 results found
-
15 votesPhazz supported this idea ·
-
239 votesPhazz supported this idea ·
-
7 votes
You can set it using CSS:
svg.highcharts-root {
shape-rendering: optimizeSpeed;
}See http://jsfiddle.net/highcharts/qkdynr7s/. You can see from the ugly, jagged line that it works.
An error occurred while saving the comment Phazz supported this idea · -
184 votes
By adding the Highmaps as a module in HIghcharts, we can get working mousewheel scrolling in Highcharts: http://jsfiddle.net/highcharts/6etwu5b4/
Phazz supported this idea · -
6 votes
It’s already possible, but not very intuitive, since Highstock is all about time-based data. The trick is to set the button type to “millisecond”, which represents one axis unit: http://jsfiddle.net/zgLdjk6k/
An error occurred while saving the comment Phazz commentedThe provided example uses highcharts not highstock
This was proposed long ago - maybe there is a way by now (2019), but I can't find it