score:2
Plotting lines is just line plotting points, originally shown here
To change that plot from points to lines, first change the colorByPoint
to false. Then add lineWidth: 1
. That will get you lines. To remove the vertex markers, add to plotOptions.scatter
:
marker: {
enabled: false // true removes vertex markers
}
Finished example here
Source: stackoverflow.com
Related Query
- In highchart how to plot the line in 3d container
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- How to know information about the clicked bar in highchart column r shiny plot
- Highchart how to animate from the xaxis bottom line upward
- How to make two charts using highchart show up in the same line side by side using div
- Highchart : How to plot Stacked bar graph with line by below JSON respons
- How do I plot the x axis line using Highcharts when pegged at 0?
- When adding point on dynamically created Multiple Highchart Graphs on a single page, the plot line draws to the start point instead of last point?
- How to change color on the Highchart Sparkline line only?
- How to add white space in the line chart plot points?
- How to draw line from Data label to Marker in Highchart Scatter Plot
- How add the straight line between bubbles in highchart
- How to extend plot line value outside the grey area or outside the chart in highchart?
- How to rotate javascript highchart line graph -90 degree without affecting the data values
- How to pass the another variable to the Highchart basic line which should be dynamic
- How to display highchart series line marker symbol from tooltip formatter?
- How to change the font family of Highchart to Bootstrap css default font family
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- How to show plot lines in the legend in Highcharts?
- Highchart Area Range chart with gradient that follows the line
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- how to remove the base line on the yaxis of highcharts?
- How can I extend the lines of this Highchart series to the edges of my chart area?
- Highchart - line or area not starting at the left point
- How to plot line in highcharts on charts click event?
- How to customize the crosshair Line for Highcharts
- Is there a way how to dynamically create a plotline in highchart when the value is lower than previous one?
- How to change the palette colors of a highcharter column plot which depends on a variable?
- How to set series-label to false by default and change the color of series label text in highchart
- How to remove the grid line overlappings in highcharts?
More Query from same tag
- Highcharts column width on a time series axis
- Divide X axis by Clickable Zones in HIghchart
- Price line disappears in HighChart
- Highcharts inverted line where dates go upwards, not downwards (reversed series)?
- How to add our own graph to Kibana?
- highcharts piechart - small number of colors
- Visualizing Data via Highcharts and Django-Chartit2 on App Engine
- Highstocks: Disable the Vertical line while hovering on legend or chart
- Highcharts resetZoom xy after klickin on a rangeSelector
- VU meter: datalabel does not show in its position
- Draw charts with a Loop using HighCharts in symfony
- How to show a loading state before show the complete page?
- Highcharts Realtime Multi-series
- How to display stackbarchart in table foreach row?
- Highchart area with date pointStart
- HighCharts: Update the series name label dynamically
- Highcharts x-axis not formatting right when showing only 1 datapoint
- Highcharts JSON graph not showing in IE
- Highcharts plotOptions.pie.dataLabels.formatter gets called multiple times for same data
- Big Tooltip over points - Highcharts
- Open highcharts tooltip at a specific point - React typescript highcharts
- Highchart multiple-color line series dynamically
- Highcharts, series with data of different size
- How to stand out a vertical plotted line in a dense series using highchart?
- highcharts plugin cakephp option for 3d not found
- Adding highcharts to existing project got unknow problem
- Extracting multi-dimentsional arrays in Javascript/JQuery
- Hide connection to points outside x-range in Highcharts line chart type
- Replace data set every min
- How to indicate null value but don't connect it in Highcharts Line graph?