score:8
Highstock's only type of xAxis is datetime, so using it with numbers is not an option. (Maybe if you make some tricky formatting actions and define a custom tooltip with the same formatting options it might be possible).
Leaves only Highcharts and there is an example called master-detail chart that could meet your requirements.
Hope that helps.
score:1
xAxis: {
type: 'linear' // Other types are "logarithmic", "datetime" and "category"
},
score:17
Below X Axis
formatter can be used with high Stock for displaying numbers in X-Axis
:
xAxis: {labels: { formatter: function () {return this.value;}} }
Source: stackoverflow.com
Related Query
- Highstock with numbers instead of date in x-axis
- Time display at x axis instead of date display in highstock
- Highstock with datepicker and a non-default date
- Strange character in the Highstock source code
- Displaying date on the x axis with Highcharts using ASP.NET MVC
- Dates instead of values on Highchart labels in graph with multiple axis
- Make a boxplot in highchart with a date object in the x axis
- Highcharts highstock x axis max/min not working with 3+ data elements
- Highcharts series zone not working with UTC date value in x axis
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Highcharts highstock update date filter with javascript
- Using the source version instead of mimified when import lib with reactjs and npm
- Highstock Navigator and xAxis show numbers instead of dates
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- highcharts - avoid repeating same date on x axis with different time
- Highcharts with date and time for x axis (from a database with format YYYYMMDDHHMM)
- Highcharts: Format all numbers with comma?
- How to create a new Highstock chart with new Highchart and not jquery?
- Using a fill pattern instead of colour with HighCharts
- Server-Side HighStock charts generation with NodeJS
- How to display highchart y axis with constistant data
- Convert from string with milliseconds to date object Javascript
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Populate Highcharts X-Axis With Dates Given a From And To Date
- how to change highstock date to persian date
- Highcharts - with datetime axis labels overlap
- Show gap of missing data with Highstock
- highcharts - removing decimal places on Y axis with only one point
- How to change axis label size when exporting in Highcharts / Highstock
- Highstock date input jquery ui datepicker position changes
More Query from same tag
- How to correctly format a PHP foreach loop?
- python/flask/Jinja2 and Json
- Highcharts and JSON data from PHP
- Slice For Highchart
- Increase different marker sizes when hovering series using highcharts
- Highcharts scatter: show value in plot
- Highchart's selection-function updating with delay
- Uncaught TypeError: undefined is not a function - Highcharts - MVC
- Spline chart drawn on the xaxis in case of single value or constant values - highchart
- Multiple "Script src" on same page causing sorting functions not to work on HighCharts
- Show context menu on right click High-chart v3.0.10
- Add data dynamically to the top level in highcharts when drilling up
- Highchart/Highstock Data sampling
- Highcharts addaxis measure dynamically
- special characters in title of charts of Charts Js
- Highchart ticks start point change when categories names are set
- What is the highcharts-more file needed for?
- can't enter django chartit formatter field
- How to catch the click event from the axis ticks jqplot, highcharts,flot
- Changing charts tooltip
- SyntaxError: missing ] after element list PHP, Jquery & Highcharts
- Highcharts dataLabel positioning issue in FF and IE
- High Charts Breaking jQuery Across Rails App
- Highcharts dynamic data fetching in React
- uploading external csv file to highcharts not working
- highcharts datetime type doesnt work in bootstrap 4 column
- Handling axis scale change when a legend item is clicked & hidden
- Unable to make my highchart responsive in angular 5
- Highstock chart tooltip activation only when inside the chart
- Why does my Controller not pass instance variables for js.erb file?