score:2
the line:
series.data = value;
overwrite whatever you wrote in
var series = {
data: [ {
i am not sure what you have in the "data" variable, but assume its is as [key:[val1,val2,...],...], try replace "series.data = value" with the following:
var list= new array();
foreach(var v as value){
if (v==0){ //or what ever condition you need to use a different mark
var m={
y: v,
marker: {
symbol: 'url(img/fail.png)'
}};
list.push(m);
}
else{
list.push(v);
}
}
series.data = list;
Source: stackoverflow.com
Related Query
- set a symbol marker with highchart
- How to display highchart series line marker symbol from tooltip formatter?
- HighChart Renders Blank with Small Data Set
- How to Change marker symbol and dataLabel with custom style in Highcharts
- Set Highchart cursor/pointer with a click on a gmap polyline point
- ColorAxis with HighChart not working as expected with different set of library
- Highchart long y-axis title may overlap with title when chart.styledMode set to true
- Highcharts: Removing the legend Symbol that comes with marker
- How do I fix highchart to display series correctly with a special marker
- Displaying marker with text in highchart gauge vuejs
- Can't set tooltip and legend dynamically in Highchart with Vue.js
- Highchart js set marker at starting of graph
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Datetime Highchart with selection event, set wrongly the extremes
- creating highchart with ajax json data
- How to create a new Highstock chart with new Highchart and not jquery?
- Highchart Area Range chart with gradient that follows the line
- Change color of bars depending on value in Highchart bar-chart with MVC3
- Plot Highchart Gauge with JSON Data
- Disable marker hover in only one marker of highchart
- HighChart Heatmap with JSON data
- How to set PointIntervals per month in HighChart
- How to display highchart y axis with constistant data
- Flexdashboards and Leaflet and marker click with Highcharts
- Export HighChart as an image in excel file together with the other page contents
- Highchart data series filled with different colors
- body click issue with highchart library
- Highcharts: StockChart initialization with new Highchart
- Highchart axis max with multiple axes
- last label in x axis with datetime format not coming in highchart
More Query from same tag
- Add stacked border color in Highchart?
- DotnetHighCharts does not show negative values?
- Highcharts: How to add a text panel on the side of the chart area
- R highcharter editing dataLabels format
- how to add dynamic series in highcharts
- Add label in into square Highcharts Gant
- Edit Donut Highchart
- HighCharts: how to draw a radar plot showing different scale labels on each axis?
- Highstock - Group X axis plugin BlackLabel not working on highstocks library (highcharts)
- Highcarts in Laravel
- How to create PIE chart with slice inside outer circle
- Highcharts show the same yAxis start and end value with multiple data series
- Highchart.js and AngularJS after navigation some chart does not load
- How to get rid of Function calls are not supported in decorators in Angular aot compiling?
- How to convert datetime string to UTC to plot points on Highcharts
- Highcharts diffent color @ Temperature Line
- Highcharts not displaying data labels for Pie chart in arabic
- Creating a drilldown chart with Highcharts that contain double(multiple) columns for each column (see example for better explanation)
- Using Highmaps, how can I use jQuery fadeIn/fadeOut to fade the data while keeping the map visible?
- couldnot connect apache-zeppelin to highcharts error : value seriesCol is not a member of org.apache.spark.sql.DataFrame
- In Highcharts, how to avoid auto tick interval in a container with limited height
- Highcharts: what is my chart not zoomable?
- How to create a highchart with 3 different series categories name
- Highcharts animate marker
- Not able to drill down after clicking back button.
- Highcharts iOS Swift : Undefined symbol: _OBJC_CLASS_$_HIAnimationOptionsObject
- HIghchart Treemap - Add double click event on legend click
- How to shrink space between numbers on y-axis in HighCharts
- Draw only part of data in Highcharts
- HighChart flags Data load issues