score:2
Accepted answer
Sounds like you just want a logarithmic axis.
yAxis: {
type: 'logarithmic',
min: 0.01,
max: 10
},
Here's a fiddle example.
score:0
AFAIK Highcharts does not support automatic creation of histograms, but you can add a category to the xAxis with the desired labels, and then create arrays of data to match these.
xAxis: {
categories: ['0.01', '0.10', '1.00', '10.00']
},
series: [{
data: [10, 52, 1, 0]
}]
Source: stackoverflow.com
Related Query
- highcharts.js: static ticks spaced equally apart
- How to show equally spaced axis for datetime for billing cycle related data on highcharts
- How to set a static minimum value for axes in Highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Y-axis ticks in Highcharts
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- HighCharts Solid Gauge Chart not displaying ticks
- How to increase the tickLength of specific x ticks in highcharts
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- passing formatting JavaScript code to HighCharts with JSON
- Limit ticks on X axis in highcharts with R
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- highcharts chart height apart from legend
- Add Source to Highcharts Export CSV
- Highcharts : set a maximum number of ticks with a fixed interval
- Highcharts markers to appear only on x axis ticks
- Include additional highcharts source data in angular2 app
- Is there is a way to force highcharts to space columns equally spaces on datetime x-axis
- Conditions within highcharts code
- Strange character in the Highstock source code
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
More Query from same tag
- highcharts, json data: line and column
- Column chart: Set background of exactly one column
- How to dynamically add point placement and point padding in fixed column chart (highcharts)
- Get Highcharts width
- Remove the categories text under the bars on Highcharts chart
- Rails 3: Creating compact array for highcharts includes nil, but shouldn't
- Convert CSV webservice into multiple year Highcharts line graph
- angular2-chartjs/chartjs-plugin-annotation update options only one time
- Specific graph in highcharts
- Resolve Conflict When Using Highchart and Treemap together ( f.inArray is not a function)
- Milestone Trendanalysis with Highcharts
- Blank boxes in high chart when data is null
- Render Highcharts canvas as a PNG on the page
- How to put text on gauge activity path
- highcharts with scrollbar, how to display all items on download image?
- Using hours value with HighCharts
- Adding image in highchart
- Multi series export is misaligned in highcharts
- Select highcharts DOM with jQuery after redraw()
- Convert datetime to timestamp milliseconds adding +1 month
- Highcharts: Passing a secondary data variable in the tooltip
- Highchart negative time
- Highcharts - Possible to change the text zoom to other wording?
- In Highstock v1.3.1 is there a way to detect setExtremes only on mouse up?
- Draw plot bands between 2 points in x axis - Highcharts
- How can I hide a series from initially being displayed in Highcharts
- How to create dynamic color for highchart with dynamic dates?
- How to create multi ring donut pie chart?
- highCharts:when color of data set undefiend,slice is white in piechart
- xDateFormat string doesn't apply to large amounts of data