score:1
Accepted answer
you can use multiple scatter series with defined x and y values. example:
highcharts.chart('container', {
chart: {
type: 'scatter'
},
series: [{
data: [
[0.9, 40],
[1, 15],
[1.05, 25],
[1.1, 10],
[2.9, 35],
[3, 35],
[3.1, 35]
]
}, {
data: [
[1.9, 25],
[1.95, 10],
[2, 35],
[2.1, 35]
]
}],
...
});
live demo: http://jsfiddle.net/blacklabel/4eszoy30/
api reference: https://api.highcharts.com/highcharts/series.scatter.data
Source: stackoverflow.com
Related Query
- Looking for customized Scatter plot Graph in High chart
- how to get each key and value from object in javascript for high chart graph
- In high chart how to add event for label click
- programatically fire a click event for a point on highchart scatter plot
- Highcharts shared tooltip for line series and scatter plot not working
- How to use add series and update methods in the high chart wrapper for angular?
- HighChart- Plot Stacked Bar Chart on Status for Every Minute
- Custom Marker (Rectangle with rounded corner) for highcharts scatter graph
- HighChart : plot line click event for multiple chart
- Tooltip in chart with line- and scatter plot in highcharts 3.0.7
- Hight Chart Polar Scatter Plot values on chart and x-axis
- Can we create pie chart and scatter plot combined using highcharts.js?
- High traffic solution for simple data graph website
- Nested table yields unexpected columns for a basic column graph using high charts with 'Data defined in a HTML table'
- High chart not showing accurate percentage for two curves?
- how to plot multiple time series in the same graph with customized x axis
- parsing JSON data to render high chart graph
- tickinterval not working high chart for x axis
- Series Data for column high chart
- Highcharts display label for pie chart using html table as data source
- highcharts: tooltip shows for spline but not scatter plot
- x axis label word wrap in high charts for radar chart
- scatter chart high number of points
- Fixed plot height in scatter chart
- Bar chart in High chart for indication of value with two colors in each bar where one color is always kept fixed
- Looking for a line chart drill down to area chart using Highcharts
- show one series data at a time in high chart column graph
- How to auto adjust Y axis plot lines in live high chart
- High chart column graph space issue
- Search for and zoom in to a scatter plot point (Highcharts, react.js)
More Query from same tag
- Is it possible to select a different color for one candlestick?
- Is it possible to make all-custom point marker design in highstock?
- Remove Zero From the HIGHCHART
- Change the style of Highchart stacked colum chart
- Uncaught TypeError adding chart in markdown using Jekyll
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Highcharts multiple series and axes types overlapping
- PHP array to correct json format
- Remove image drawn on Highchart
- Customize bubble map with highcharter
- move x and y axis from left to right in highchart
- How to display Δ in Highcharts category labels?
- HighCharts/jQuery: chart.redraw slow - possible to improve speed?
- To apply different font styles to certain words in a Highcharts wordcloud?
- Include nested entity details but don't group by then when grouping by other fields
- Call asynchronous functions inside loop
- highcharts 5.0.14 phantomjs issue with missing axis titles in exported image
- Highcharts - tooltip time value does not match xAxis
- Clicking on a button triggers the same event twice? Strange behaviour for Highcharts legend display
- How to select columns (across more panes) in Highcharts / Highstocks
- Highcharts - how to position values closer to the Y axis
- Highcharts/Highmaps - Halo effect on point hover not working in chrome and firefox
- Data changing with Highcharts point.update
- How to specify a range of data when using HighCharts with <table>?
- Loading Highcharts with require.js
- Highchart Pie chart, de-structure dataLabels and define custom formatter
- How to set width limitation for text in highcharts?
- Columns of markers
- Highcharts blank chart with x and y axis
- X-Axis is not fully taking the width in date time chart in high charts