score:3
Accepted answer
highstock has point markers disabled by default. you will need to enable them explicitly as follows:
plotoptions: {
series: {
marker: {
enabled: true
}
}
},
see more at http://api.highcharts.com/highstock/plotoptions.series.marker
score:12
if you look to your demo you'll see that using color
it sets the tooltip color and not the marker
.
to fix it use marker fillcolor
instead, like the following.
data: [
{x: 1343862840000, y: 4, marker:{ fillcolor: 'red'} },
{x:1343863200000, y:5, marker:{ fillcolor: 'green'}}
]
update:
it works on highstock
see this demo.
you have to init it using the right object.
use chart
instead of stockchart
.
reference
Source: stackoverflow.com
Related Query
- Cannot set Individual Point color in Series for Highstock API, it works for Highchart API
- Highstock/Highchart cannot set Individual Point color
- Highchart / Highstock how to set color of individual ohlc or candle?
- HIghcharts individual plot point color
- Individual point color in highcharts scatterplot
- Highchart ticks start point change when categories names are set
- Set background color to HighChart xAxis labels
- How to set series-label to false by default and change the color of series label text in highchart
- Set background color for only one pane in multi-pane Highstock chart
- Set series color based on X axis on a column Highchart
- highchart - label color by based on point data
- set individual color for each bar in bar chart using highcharts
- Strange character in the Highstock source code
- Highcharts: Set a individual text color by series name
- Set Highchart cursor/pointer with a click on a gmap polyline point
- Highchart shiny R scatter plot - how to define individual point colors
- Set color of highchart column according to average or limit value
- highchart set fill color
- Set Color for Pie Chart using HighChart + JSON data
- Column based Highchart drilldown series assign color code to each column
- Set yAxis background color in Highstock
- How to set color for non plotting Area in HighChart
- How to set tooltip background as point color for split chart in Highcharts?
- Highchart columnrange, color code lines based on data
- Highchart - change color of one x-axis label only
- use highchart and highstock on the same page
- Trying to set a minimum height on bars in HighStock
- How to create a new Highstock chart with new Highchart and not jquery?
- Change color of bars depending on value in Highchart bar-chart with MVC3
- set a symbol marker with highchart
More Query from same tag
- Highcharts img in html title; onerror doesn't fire even with Highcharts Security AST set
- Highcharts - get bottom position for each stacked category
- how to give click event in directive using angular js?
- Highcharts Grouped Column with Time Series
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- Reversing the min and max values in column chart
- Highcharts - Hide Navigator Range Lines
- How to query data from database using highcharts in Codeigniter?
- Highcharter: Keep the selected Zoom when updating a stock plot
- Tick position on X axis
- xaxis range won't take chart's full width in area-colums combined chart
- HighChart on Android dynamically update
- Highstock and null values
- Y-axis markers are multiples of odd numbers
- how to find title in highcarts
- How to access Highcharts stock tooltip data in Vue?
- Highcharts - second y axis and plotlines in x and y directions
- Highchart is not showing inside bootstrap div
- Marker with number in highcharts
- HighCharts: set specific border width and border color dynamically for one column
- Download pdf from High Charts
- How to set dataLabel Format and axis label angle in R highcharter package
- Set distance between labels and chart in Highcharts
- Content besides tooltip are visible
- Finding the Y axis value for a plot line in HIghCharts.js
- Highcharts Pie chart data Format via php
- Highcharts Highmaps display tooltip of bubbles under datalabels
- Accessing Value of JSON and use it in Highcharts
- Highcharts master detail chart with irregular time intervals
- highchart bargraph rectangles remove stroke