score:8
The answer to my problem was given on the highcharts forum. I thought I'd report back here what the solution was. I was errantly using y: 'p1' and y: 'p2' for values on the points. The y values actually are the indexes of the categories. Here is the updated code which works:
data: [
{
name: 'Deliv1',
x: Date.UTC(2011,0,1),
y: 0
},
{
name: 'Deliv2',
x: Date.UTC(2012,0,1),
y: 1
}
]
score:1
It's possible but you'll need to pretend the y values are numeric.
Probably by having an array with the actual Y-value and a number (maybe index) then the point's y value to the number and for the y-axis settings add the label's formatter to return the actual y-value based on the value.
You'll also need to adjust the min, max, interval and if you're using tooltips add a similar formatter to get the y-value.
(If I get more time, I'll try to create an example).
Source: stackoverflow.com
Related Query
- Possible to use xAxis with type "datetime" and yAxis with categories?
- In highcharts, how do I get all categories showing with multiple series and xAxis type set to category?
- Highcharts chart with 'datetime' xAxis - use categories on drilldown
- Highcharts plotLines with multiple xAxis and yAxis
- Strange behavior with highcharts when using "column" type and multiple datetime series
- Column chart with negative values and categories on xAxis in HighCharts
- Is it possible use size (z) argument with RHighcharter and a categorical Y-axis?
- Is it possible to use null datapoints with a datetime x-axis?
- In highchart of column type and xaxis of datetime type showing more ticks for month data
- javascript - highchart xaxis datetime and yaxis data
- ObHighchartsBundle: custom and set correctly xAxis with datetime and interval from DQL queries
- angular2-highcharts xAxis datetime type and points not coincide
- Highcharts with shared and split tooptip, Is there any possible to style the hover xAxis labels?
- new to highchart and stuck with type datetime , data not plot
- Spline graph with xAxis dateTime the line starts extremeleft/origin overlapping colorband on yAxis
- How to make Column type series Secondary yAxis values dynamic and not always start with 0?
- Is it possible to center the labels and data points between the ticks in a datetime xAxis for Highcharts?
- Highcharts, Show specific tick on a datetime xaxis type
- Highcharts - remove times between dates on a datetime xaxis type
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- Wrong alignment in highcharts datetime points with xaxis
- Highcharts - Global configuration with common code and unique data & Headings
- Difference between highcharts and highstock during real time trace and xAxis with max value
- How to use Highmaps and Highcharts with Meteor?
- Issues with xAxis labels and useHTML #1
- Highchart Zoom and X-Axis with String Array for Categories
- How to achieve the best possible performance with mutable data and real-time charts in React?
- How to start and end a dynamically generetad datetime highchart's xAxis on the first and last tick
- Change chart type and redraw with multiple series in Highcharts
More Query from same tag
- How to change the data series for highchart using a dropdown list
- How do I get this text inside of this HTML using Selenium Webdriver?
- Highcharts multiple series and axes types overlapping
- set left and right margin in highchart
- Highcharts: Avoid showing extra x axis points when max x-axis value defined
- How to exchange data between a form, a php file and a javascript file
- Highcharts not displaying chart from csv file
- Highcharts Scaling Graph Issue
- How can I get proper object through loop using javascript for Bubble Charts of Highcharts
- Highchart: how to update a dynamic chart by clicking on a button?
- Android Highcharts DialogFragment
- Highchairs how to prepend HTML to legend
- High Charts not working
- Using the DotNet.HighCharts Library To Create Chart Based on DataTable Result From Webservice
- customs sticks in piecharts using highcharts
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Can we have multiple callout in timeline chart for single point?
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- How to detect if a chart is attached to an element in highcharts?
- How to grouping labels column chart on legend in highcharts
- Highcharts - Using a function to change the tooltip
- HighCharts exporting filename
- highchart not shown data graph
- Highcharts: How to move the column bar to the left most side when there is only one point in drilldown
- How to show the legend in HighCharts
- Highmaps - how to draw two mabBubble series on one chart
- Highcharts: Updating a Pie with ajax
- Highcharts shared tooltip positioning if single value only
- How can I control legend items through a custom button in Highcharts?
- Unable to assert axis label text in highcharts using Geb