score:35
Accepted answer
This gray line is called grid line, you can customize them following the reference.
To remove grid lines
yAxis: {
gridLineWidth: 0
}
Like this example.
Change marker width
plotOptions: {
series: {
marker: {
enabled: true,
symbol: 'circle',
radius: 7
}
}
}
You can take a look here if you want to customize series markers.
Source: stackoverflow.com
Related Query
- Resize data points with highcharts
- Highcharts doesn't display series with lots of data points
- Highcharts scatter plot with lots of data points running really slow
- highcharts with null data points
- Highcharts - Global configuration with common code and unique data & Headings
- HIghcharts column graph with more than 50 data points
- Highcharts Synchronized charts with missing data points
- Highcharts series visibility with csv data source
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts multiple series with missing Data Points
- Resize Highcharts StockChart range selector to lessthan 6 data points
- Highcharts cloud issue with data source when duplicating chart
- Setting Additional Data to highcharts tooltip with formatter doesn't work if points count exceed threshold
- Highcharts problem with decimals if there are many data points
- Highcharts displays series names but missing data points from json source
- Reload chart data via JSON with Highcharts
- Resize height with Highcharts
- Highcharts data series issue with ajax/json and PHP
- Highcharts - Dyanmic graph with no initial data
- Load data into Highcharts with Ajax
- Highcharts custom visuals with Data binding PowerBI
- Updating data in charts, highcharts with angular, highcharts-ng
- Highcharts with JSON data and multiple series
- Converting svg from Highcharts data into data points
- Appending Data with Highcharts (real time updating chart)
- Resize a chart before printing with Highcharts
- Highcharts Angular with API data
- How to structure Angular with Highcharts and lots of dynamic data
- Add dynamic data to line chart from mysql database with highcharts
- Find number of data points in each series in highcharts
More Query from same tag
- Why is Y-Axis range so wide in Highcharts Plot?
- Screen blank after loading highcharts-3d.js
- Highcharts. Place tooltip on top of all items
- How can I achieve this using HighCharts library
- Percentage in hctreemap2 of Highcharter using tooltip?
- Highcharts' navigator and dependency arrow (ganttChart)
- Highcharts yaxis labels cut off/overflow
- how to use json_encode
- Displaying additional text for Highcharts Bubble chart
- How to do a data overlap independently column in Highcharts
- What type of date/time format is this?
- Highcharts : display a second series under the X-Axis
- How to indicate null value but don't connect it in Highcharts Line graph?
- highcharts_column_id_on_click
- Highchart graph customization not performing well
- HighcharteR multiple tooltips open with hideDelay
- High charts labels display values not names
- Panning in Highcharts will not allow to go back to the max of the xAxis
- how to display data into linear highChart?
- Passing in Id for each data item in bar chart using highcharts
- Convert this to lazy_high_chart rails
- R - Markdown - Highcharter - Reduce size of plot in table
- Highcharts datetimex axis incorrect start time and interval
- Flowing Merge of points with same x-axis in the same series
- Handle checkbox input in x-axis label with Highcharts and AngularJS
- Highcharts: Position scatter plot in a multi-series column chart
- Highcharts doesn't display data
- VB.net 2 dimensional array with data from a list
- Export multiple charts with one request
- how to display hctreemap2 unique levels?