score:10
Accepted answer
You have to set your marker definitions on the series, not the data.
{
"type":"scatter",
"name":"s4",
"zIndex":9,
"marker": {
"symbol": "diamond"
},
"data":[
{"x":13.263, "y":35.119},
{"x":16.989, "y":13.021},
{"x":16.2, "y":9.375}
]
}
Source: stackoverflow.com
Related Query
- How can i force Highcharts to use same symbols in Legend and Series?
- how can I use rangeselector and navigation in highcharts in the given code
- Highcharts use legend symbol and legend parms, not scatter marker symbols - in scatter plot
- Highcharts how to use column title as X axis and not as Legend
- How can I show colorAxis color in Highcharts legend as series color?
- How can i use double click in Highcharts and get that data
- Highcharts : How to align column chart and bubble chart vertically in the same series
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- How can I force multiple y-axis in Highcharts to have a common zero
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- How can i hide all the Series in highcharts at a time
- How To Use Epoch Time With Highcharts Series Data?
- Highcharts - How to hide series name and Y value in tooltip
- Highcharts how to use JavaScript variable as series data source?
- Highcharts - How can I remove starting and ending padding from area chart
- Query regarding why and how to use highcharts license
- How can I delete all of the points from a highcharts series
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- How can I force highcharts to show every x-axis label regardless of spacing constraints?
- How can i keep the color the same in highcharts
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- How can I hide ALL series with the same ID with a button on highcharts? (line graph)
- How to use add series and update methods in the high chart wrapper for angular?
- How to use Highmaps and Highcharts with Meteor?
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How can I hide and show a category in highcharts
- How to center highcharts pie chart and legend on a page?
- How to color series legend in highcharts when colorbypoint is set to true
More Query from same tag
- Highcharts make positive numbers in ranges of green and negative ranges of red
- Problematically highlight(hover) a serie ,highcharts
- border over plot rectangle in chart
- Double X-axis within same Highchart object
- Highcharts - Gray out only title in legend
- How to disable tooltips for the highcharts-regression plugin?
- highstock - adding annotations with over 1000 points
- Highcharts : yAxis, values rounded to a maximum of two decimal places
- Highstock - How to add multiple series with JSON-Array
- Funneling a user input back through and model to render again
- Export option not visible in Highcharts
- putting a semi-transparent div over a highcharts graph
- Highcharts w/React - rendering div not found in JSX
- Highcharts logarithmic Y-axis exceeding set max
- Highcharts: how do I format the x-axis so the actual date/time from the table appears for each y
- Highcharts - add border radius to boxplot chart
- R Highcharter customize legend to show only certain values
- Highcharts redraw previous line still exist
- highslide and highchart
- Highcharts parsed drilldown not showing on page but does in console
- highcharts, mobile responsive, chart not fitting inside container
- Highcharts: Updating a Pie Chart with setData()
- How do you remove x-axis labels from a highchart.js bar chart
- Trying to load data from a textfield to highchart
- Highcharts - Pie/Donut Chart group small portion
- Highcharts with coffeescript
- Mouse behavior buggy?
- Highcharts bar graph doesn't show yaxis values
- Highcharts: remove 1 label from windrose chart
- Flask, Pandas, SQLITE3 passing datetime to HighCharts