score:4
Accepted answer
Highcharts doesn't support ordinal axis. This feature is part of Highstock and require Highstock lbrary to be used. When using Highstock, you are able to create stock charts by calling new Highstock.StockChart()
and basic charts by callling new Highstock.Chart()
.
score:1
Oridinal axis is available only in the Highstock.
Source: stackoverflow.com
Related Query
- HighCharts datetime xAxis without missing values (weekends)
- Highchart - Plot missing DateTime values on xAxis
- Highcharts xrange chart is not respecting datetime xAxis min and max values - shows space on both sides
- HighCharts show datetime format on xAxis
- Highcharts - remove times between dates on a datetime xaxis type
- Highcharts missing first date label on xAxis
- Wrong alignment in highcharts datetime points with xaxis
- How to show only specific x-axis values on datetime axis in Highcharts
- Highcharts write xaxis values on 2 different lines
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Highcharts -- Hide zero values without using 'null'
- how to display 2 same highcharts without duplicate the code
- Don't interpolate between missing values in Highcharts line chart?
- passing json values to highcharts from .net code behind
- Highcharts - TickInterval with datetime values
- How to Display Month and Year in xAxis of Highcharts datetime graph
- Highcharts set xAxis values starting 12am and ends in 11pm
- Column chart with negative values and categories on xAxis in HighCharts
- How to display yearly values on xAxis in Highcharts
- highcharts xaxis datetime label with minor tick
- Highcharts xAxis datetime from start
- pointPlacement in Highcharts Heatmap with datetime xAxis
- HighCharts - timeseries chart - irregular datetime interval on xAxis
- How can I put xAxis in highcharts starting in the horizontal line when all values are in 0?
- How to have multiple highcharts with different series data in vuejs without repeating code
- How to shift data using Series.addPoint without shifting x axis values in highcharts
- timestamp values showing wrong on xaxis in highcharts its show default 1970-01-18
- Highcharts does not display years on Xaxis when data with NULL values
- get bot xAxis values when doing click event on highcharts
- Highcharts xAxis with datetime not showing any chart
More Query from same tag
- How to draw a smooth line for a polynomial fuction?
- How to open ui-bootstrap dropdown on clicking over angular highcharts
- Highmaps - Political borders
- Toggle the custom button text using highcharts
- Highcharts renderTo container not found (error 13)
- Highcharts hide series without change legend color
- Label Y-Axis stops in Highcharts solid gauges
- Format date string into highcharts
- Highcharts strange grouping behaviour
- Why does Highcharts <div> element take up the entire page?
- Network chart nodes relation nodes merging -> highcharts
- Highcharts make positive numbers in ranges of green and negative ranges of red
- How to increase the height of highchart?
- highcharts disable certain labels
- Verical DataLabels cuts off in Bar Highchart
- Highcharts area fillOpacity do not work when changing the color
- HighCharts x-axis label padding
- Highcharts - show markers on zoom event (selection) and hide on reset zoom. Is it possible?
- Highchart bar chart handle over lapping data lables for series
- Highcharts - Performance issue using chart with x values date and TIME
- How to make Highchart 2 or more inner Pie but only 1 outer pie with donut type?
- Can I calculate a date from the year and day number?
- Shiny: Increase highchart size on button click
- Number Formatting at Highcharts Chart Values?
- (Highcharts) Display Newest Data From Text File Only
- HighChart not showing anything
- Highchat yaxis offset property moves grid lines as well
- highcharts pie monochrome: how to set the default color?
- Using Websocket JSON with HighCharts
- Is it possible to use data grouping in Highcharts without Highstocks?