score:1
Accepted answer
You should add marker
property inside each serie with symbol: 'circle'
like this:
this.chartOptions = {
plotOptions: {
scatter: {
lineWidth: 2
}
},
yAxis: {
min: 0,
title: {
text: ''
}
},
series: [
{
type: 'scatter',
data: [...],
marker: {
symbol: 'circle'
}
}, {
type: 'scatter',
data: [...],
marker: {
symbol: 'circle'
}
}, {
type: 'scatter',
data: [...],
marker: {
symbol: 'circle'
}
},
]
};
Source: stackoverflow.com
Related Query
- Change type of points of highchart's scatter chart
- highcharts jquery dynamic change chart type column to bar
- HighCharts Dynamically Change Chart Type
- Change chart type and redraw with multiple series in Highcharts
- Highcharts change symbol and hover text of individual points Line Chart
- highcharts change chart type using dropdown for multiple series
- Highcharts - Dynamically change chart type with on radio buttons click
- Adding points to Highcharts 3D scatter chart after the chart has loaded
- Highcharts change chart type on drop down Jquery
- Highcharts 3D Scatter Plot: Change Description shown when hovering points
- alternative way to change hovered series and its points properties in a HighCharts chart
- Highcharts (9.0.1): drilldown problem after change chart type dynamically
- How to change scrollbar position when switching chart type in highcharts
- Hide connection to points outside x-range in Highcharts line chart type
- Add a dropdown to Highcharts to change chart type with AngularJs
- Programmatically change a chart title in highcharts
- Highcharts : Change opacity of a column chart
- Change Highcharts tooltip formatter from chart Object , after chart is rendered
- Highcharts scatter chart with a name per point
- Change color of area chart programmatically in highcharts
- Which chart type should i choose to show change in values between 2 dates?
- Highcharts Donut Chart text in center change on hover
- Highcharts scatter plot with lots of data points running really slow
- How to set the z-index of points on a HighCharts scatter plot?
- Highcharts, Can you change the chart type for drilldowns?
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts spline chart points not showing unless zoomed in
- Highcharts connecting scatter chart and pie chart with single legend
- Highcharts --- Change sliced color on drilldown pie chart
- Highcharts - Negative color with 'line' type polar chart
More Query from same tag
- How to add a header or logo to highcharts exported PDF?
- Highchart is not getting populated using external json data
- High chart animation lag after it moves from viewport
- HIghcharts & Bootstrap: Chart on Tab 2 is not appearing. Though First chart is working fine
- Highcharts dynamic (re-)sizing in AngularJS tabs
- can hightcharts make ajax calls to external data files?
- Dynamic position of tooltip in highcharts column charts
- Highligligh particular areas based on X-axis data
- How to load data dynamically into highcharts charts
- highstocks chart showing extra month
- Multiple series in highstocks
- Highcharts graph not shown in Yii2
- Drilldown broken in Highcharts?
- Highchart drill up function now working in reactjs
- Day vs Time on Scatter plot
- How can I build a hashed region for null column values in Highcharts?
- Commas in CSV values import into Highcharts Editor
- Iterate over a text label in HTML using JQUERY
- How to add Legend in highchart compare stock chart
- how to remove of y -axis label in chart?
- how to make series in highcharts toggle between cursors
- javascript Highcharts JSON data to HTML table
- Highcharts: min value of y axis on the bottom of chart
- Why my polar chart is rendered as a line chart? (Highcharts latest version)
- Loading map data from highcharts.com
- Highcharts custom pattern fill shows different stroke width
- How to remove margins in highmaps?
- Highcharts: Updating a Pie with ajax
- HighCharts : display label only on line combine chart
- Converting double?[ ] to object[ ] in c#