score:0
Accepted answer
series.scatter.color ended up being the value I needed to change marker opacity on scatter charts using the API.
Sadly there's no fillOpacity for scatter charts ala series.bubble.marker.fillOpacity which would have made my life easier.
Passing the following lines worked for me:
$chart['series'][0]['color'] = 'rgba(83, 223, 83, .5)';
$chart['series'][1]['color'] = 'rgba(223, 83, 83, .5)';
$chart['series'][2]['color'] = 'rgba(83, 83, 223, .5)';
score:1
Fill propertyies lineColor
and fillColor
in the null
to enable the default settings.
plotOptions: {
scatter: {
opacity: 0.5,
marker: {
radius: 20,
lineWidth: 2,
lineColor: null,
fillColor: null,
}
}
},
Live demo: https://jsfiddle.net/BlackLabel/tbpn63uc/1/
Source: stackoverflow.com
Related Query
- API values to set opacity levels to show overlapping points in highcharts scatter?
- How to set the z-index of points on a HighCharts scatter plot?
- Show multiple Tooltips in highcharts on overlapping points
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- use Highcharts Api to show multiples values
- Highcharts - Format overlapping scatter points in a shared tooltip
- Highcharts - Large Tree Map: Show values below points name
- how to set the interval of points on Y - Axis highcharts
- Highcharts How to Show Loading Animation At Set Data
- Show specific series values in the stack label using highcharts
- Highcharts scatter plot with lots of data points running really slow
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- How to resolve overlapping scatter points in a highchart
- How to show only specific x-axis values on datetime axis in Highcharts
- Set opacity of Highcharts pie chart
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Highcharts - Show tooltip on points click instead mouseover
- Highcharts - how to set custom content in point tooltip (popup) on 3D scatter chart or how to customize point tooltip information?
- Getting HighCharts to show fewer data points
- Highcharts - show only selected points
- Highcharts Scatter Plot - How to Fix Overlapping Data Labels?
- Display multiple points with exact same value in scatter HighCharts
- passing json values to highcharts from .net code behind
- Is there any way in Highcharts to auto show Labels/Text on a scatter chart?
- Highcharts scatter set markers
- HighCharts - Set Max and Min values in zoom reset
- Highcharts - Cannot set x-axes categories in column charts with negative values
- Column Chart Show datalabel for null values - Highcharts
- Show only discontinuous points in Highcharts line graph
- Highcharts set background color and opacity
More Query from same tag
- Hight Chart Polar Scatter Plot values on chart and x-axis
- Can we add Zoom In Out feature in highcharts
- Highchart - line or area not starting at the left point
- High chart php, line not plotting, no error,
- Highcharts: Series with plotlines. Show only one series at a time
- HighCharts data from SQL Server, classic asp
- Draw highcharts with many year for xAxis
- Cannot read property 'addEvent' of undefined
- Is there a way to create Chord Diagram using Highcharts
- On-click event display data on heap map in highcharts
- Combine two list of decimals in one array
- Reload highchart when expanded
- highstock issue : pointInterval property is not working when series data set contains date and value?
- how to : specify colors for multiple axes chart?
- Highcharts - show custom tooltip on mouseOver and on mouse Click
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Number of legends per page on pagination in Highcharts
- Hide Highcharts error's in console
- Highcharts - How to set datalabels format programmatically in Combo chart
- Highcharts sort series data and redraw
- How to read and insert correct highchart number in selectors using Selenium Webdriver with Python?
- Get Highcharts Series Data after Load
- Highcharts thinks all dates are 1970-01-01, despite them being valid epoch times
- Using Highcharts formatter causes Cannot read property 'length' of undefined
- How to use .top() method in a crossfilter group with nested values
- Getting the corresponding x-axis value from the max value in y-axis in Highcharts
- Javascript Highcharts High buttons and calender with jquery
- HighCharts: render the xAise line as the yAise line
- Error Bars in High Charts: What to do when the x axis is divided into categories?
- Highchart and "almost regular" time interval data