score:1
Accepted answer
The problem is that you don't set icons URL for point markers anywhere. So the solution is to pass points array like that (spline series):
[{
x: x,
y: y,
marker: {
symbol: url
}
}, ...]
In your example:
{
name: 'Temperatura',
type: 'spline',
data: datos3.map((item, index) => {
return {
x: item[0],
y: item[1],
marker: {
symbol: datos[index],
width: 20,
height: 20
}
}
}),
tooltip: {
valueSuffix: ' °C',
valueDecimals: 2,
},
marker: {
enabled: true
},
color: Highcharts.getOptions().colors[2],
}
Demo:
Source: stackoverflow.com
Related Query
- Getting problems to Set Icons(Image) on HighCharts
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Set Additional Data to highcharts series
- How to set Highcharts chart maximum yAxis value
- set different colors for each column in highcharts
- Set highcharts y-axis min value to 0, unless there is negative data
- how to set the interval of points on Y - Axis highcharts
- Highcharts set x-axis categories
- Highcharts => Getting the id of a point when clicking on a line chart
- Highcharts How to Show Loading Animation At Set Data
- Highcharts Pie Chart.How to set labels in two lines
- Getting error while using highcharts in Angular 7
- Highcharts - How to set custom colors for the series
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- how to set dynamic data in highcharts
- set width of chart, highcharts
- How to set a static minimum value for axes in Highcharts
- highcharts : set title on exporting
- Highcharts set legend height
- set color of grouped stacked column in highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- getting error#17 from highcharts while using solid gauge from backbone rails
- Set x-axis range in highcharts
- Highcharts data label getting cut off
- Highcharts large data set clustering
- Highcharts Bar Chart - How to set the minimum bar width/length
- Tooltips getting cutoff in pie charts in highcharts
- How do I set highcharts line graph point colors to an array of colors?
- Highcharts - Negative values, set y-axis to greater than 0?
More Query from same tag
- How to align highchart legend when using multiple pie chart in one container?
- Highcharts Graph Blank Using JSON Data
- C#JSON serialization
- hover on a point in highcharts graph using playwright and typescript
- Integrating Highcharts with REST API
- Highstock - Tooltip doesn't work correctly with Range Selector
- Why doesn't highcharts solidgauge charts scale the way I expect?
- Extend highcharts renderer symbols to have plus sign
- How to set the x value for High Charts error bar
- How do I make the background of Highchart's SVG clock transparent?
- Add new series to category highcharts
- How to use radio buttons to calculate output of highcharts
- Center text inside rect using Highcharts Drawing API
- How to pass an argument into a Highcharts-Function
- Toggling DataTable Rows Based On HighChart Legend
- Highcharts-Vue wait for data then update series
- Set different color for each bubble in Bubble-Map
- Highcharts Horizontal stacked bar, reduce space between bar and x-axis
- Showing Context Menu on right click of High Chart series
- Highcharts - Highlight / Shade date range
- Modify z-index of AG-grid cell's tooltip
- Disable series through configuration in highcharts
- Highcharts shared tooltip making a percentage difference between series
- Is it possible to position the zoom buttons in highcharts/highstock?
- HighCharts graphics not working on Internet Explorer
- Highcharts: Positioning the toolip with chart.plotLeft
- Highmaps heatmap
- Highchart columnrange with scrollbar
- Highcharts.js will not render the chart, it says error "Cannot read property 'series' of undefined"
- Show name of employers instead time in highcharts