score:3
At this time there is not a way to do this. See the HighCharts User Voice here.
score:3
I have used a mathematic calculation in the past to solve this kinds of problems. Here is a couple of different examples:
VALUES: 220, 110, 55, 5
VALUES: 1100, 220, 110, 55, 5
What I do in the above examples to get low value series to show more is use the square root of all values. The data is sent as the square root rounded to the third decimal. Then I use the formatter on the yAxis label and tooltip to display the proper values.
Also, in the above examples, I am using whole numbers. When formatting the yAxis label and tooltip I am adding 1 and forcing them to an integer to get them back to the original needed number. This works great for whole numbers. If your data is not a whole number, then you would have to pass the entire result from the square root. Then of course not force it to an int.
Source: stackoverflow.com
Related Query
- How to break highchart bars for extreme values
- How to set different colors for bars based on value in Highchart bar chart?
- how to hide highchart x - axis data values
- How to apply borderRadius only for top side of Column or Bar in Highchart
- How to add box shadow for highchart chart?
- Highcharts: How to access range values in formatter for "columnrange" type?
- Showing marker for separate values only in line chart in HIghchart
- How to add % symbol to Y axis values in HighChart graph?
- How to reformat a HighChart series to for CSV export
- How do you get the extreme y-axis values in HighCharts?
- How to display line break for irregular time series with highcharts
- How to display the total of the series values for a donut chart in Highcharts?
- Setting Min and Max values for more than two Highchart Solid Gauges using function
- how to add an color picker control to highchart for changing the color of series by user
- How to set a Maximum yAxis range for HighChart graph?
- How do I calculate the total Data values for both and display in Legend
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart
- How to add a line break in Highchart legend in R?
- Highchart Treemap colorindex for fixed color values
- In highchart how to show y axis values in reverse order
- How to get chart min and max values after Drag zooming in highChart chart?
- How to change the Highchart plotline color for theme
- How to change the data series for highchart using a dropdown list
- How to parse datetime for use in highchart graph?
- How to set min and max values for an axis?
- set minimum and maximum values for axis' data in highchart
- How to convert php array into javascript array for Highchart JS
- How to get id for every data point in highchart
- how remove picture frame for Highchart chart pie
- How to define name and value for x axis points in Highchart
More Query from same tag
- Highcharts no drilldown on bar / column click
- Display threshold line even if threshold value is higher than max y-axis value in HighStock
- Highcharts how to use a percentage area with time
- How do i select range of data in Treemap Highcharts?
- Highmaps isn't using a color gradient
- Can we use rcharts to plot Grouped_Categories charts from Highcharts?
- Highmaps - Choropleth maps - All area are the same color
- highchart drilldown dynamic point name
- Update xAxis individual label position for printing Highcharts
- How to move a chart (Highcharts) using the arrow keys?
- highcharts not displaying graph
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- jspdf is not able to capture the div content properly for highcharts to download as pdf format
- Datalables alignment doesnt work in Highchart Timeline
- how to select a button in highcharts-range selector row and click
- Erro in ReactJS - Module not found: Can't resolve 'highcharts'
- Chart background highlight in HighChart
- HighCharts adding a multi-select dropdown for each column of a series
- line shown in bold when exporting Highcharts with Phantomjs
- I want to give numbering in x axis and tooltip shows my specific array value according to that in highchart
- how to use high chart when number of lines are dynamic
- Error in R with highcharter library
- Why is Highchart loaded twice in my rails app ? (Uncaught Highcharts error #16)
- yAxis Categories on Scatter Plot
- plotBands Makes the plotLines Disappears highchart
- Don't interpolate between missing values in Highcharts line chart?
- HighCharts timezone issues on AngularJs
- Alignment issue in High chart's bar chart
- How to set y-axis in HighChart?
- Show label only every x number of steps in highcharts