score:11
Accepted answer
Add lineWidth
parameter in series
list. See this jsFiddle code. Crucial code:
var chart = new Highcharts.Chart({
// some other code
series: [
{
name: 'Tokyo',
data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 23.3, 18.3, 13.9, 9.6],
lineWidth: 5
}, {
name: 'New York',
data: [-0.2, 0.8, 5.7, 11.3, 17.0, 22.0, 20.1, 14.1, 8.6, 2.5],
lineWidth: 15
}
]
}
Also see the documentation for possible parameters.
//EDIT
You can also change markers size on whole chart or single points. See this jsFiddle. And the code:
var chart = new Highcharts.Chart({
// some other code
series: [
{
name: 'Tokyo',
data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 23.3, 18.3, 13.9, 9.6],
// marker setting for all points in this series
marker: {
radius: 5
},
lineWidth: 5
}, {
name: 'New York',
// marker setting for second point only
data: [-0.2, { y: 0.8, marker: { radius: 15 }}, 5.7, 11.3, 17.0, 22.0, 20.1, 14.1, 8.6, 2.5],
lineWidth: 15
}
]
}
Source: stackoverflow.com
Related Query
- High Charts: Change each individual plot/marker size, is it possible?
- change legend color high charts based on data
- Is it possible to reparent the high charts legend?
- Is there a way to scale the custom marker of a high charts scatter chart?
- is it possible to add a legend for bubble size in high charts?
- rCharts: Change the individual point colors of a time series plot (Highcharts)
- Highcharts - Different Marker for Each Point of Area Plot
- How can I put custom color in High Charts PIE data | Slice and want to change slice text
- How to change tool tip using High Charts
- how can i change position of inputs in high charts high-stock?
- Changing the color of each column in high charts
- High charts plot time against a dynamic currency pair
- How to set color of each slice in pie chart in high charts library?
- Is is possible to change line color in highchart xy plot for specific y range only?
- how to limit the label size only for bubble diameter in high charts
- How to align lines marker in middle/centre of the bars - High Charts
- Highcharts marker size change on/after hover
- high charts starting new line from each point
- Synchronized charts with individual tool-tip for each series
- Plot Option in High Charts
- High charts Change the color of horizontal bar
- High charts Average time circle plot position changes
- Is it possible to insert a break in the high charts legend?
- How could we plot graphical representation using High Charts where one x-axis value have multiple y-axis value
- How do you change the colour of each category within a highcharts column chart?
- HighCharts : Is it possible to customize the colors of individual series?
- High charts remove dots from the line graph
- Plot data values inside pie charts slice
- World map paths data in react high charts
- Highcharts: Is it possible to have separate plotOptions for each series?
More Query from same tag
- Add Series value in legend for pie charts
- Dynamically display percent on y-axis using highchart
- Download pdf from High Charts
- JSON data size limit
- Highcharts SVG accessibility
- HIghcharts Aggregated Spline Marker Color
- How to automatically download png file from highchart when the page load
- Highcharts - set colour scheme option depending on number of series
- Flags Stack Distance Not Working
- Displaying percentage in Y-axis of Highcharts column chart
- How to add comma formated labels for Y-axis in Highcharts?
- How to create a new Highstock chart with new Highchart and not jquery?
- Spring / Thymeleaf: Property or field 'title' cannot be found on null. Why?
- Highcharts: Data not working correctly from JSON object
- Highstock change xAxis minRange after chart is loaded
- Rich HTML Annotations in HighCharts
- realign Labels inside and outside the bar chart on highcharts
- Highcharts separate datalabels per series
- JSON parsing in Highcharts
- Navigator showing at 1970 when first point is null
- Highcharts not loading on PHP page
- How to make dynamic chart with the next view? What libraries allows to customise exactly this like in my design?
- Bigger chart with highcharts
- Highcharts: setSize on each Multiple chart
- Big Tooltip over points - Highcharts
- How to set the target of highcharts bullet chart using SVG?
- How to make split grouped column bar chart in highcharts with percentage?
- Plotting Global variable Highcharts
- Rails, Highchart maps - adding custom data
- Highstock: specify x-axis datetime period