score:28
Accepted answer
The "Values" is the title of the y-axis. It can be disabled like this:
yAxis: {
title: {
text: null
}
}
or
yAxis: {
title: false
}
The "Series 1" is part of the legend. It can be disabled like this:
legend: {
enabled: false
}
Or alternatively disable a specific series from being shown in the legend, like this:
series: [{
showInLegend: false,
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5]
}]
See this updated JSFiddle for a live demonstration.
Source: stackoverflow.com
Related Query
- Highcharts - How can I remove starting and ending padding from area chart
- How to remove the value and number labels from Highcharts angular gauge
- How to efficiently remove all series from highchart/highstock and then add many more
- Highcharts : How to remove the gap between series and vertical axis?
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Highcharts remove legend and series from chart on legendItemClick
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- How to dynamically remove the whole Column from a single series HighCharts column graph?
- How to remove button from Highcharts
- Proper way to remove all series data from a highcharts chart?
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- How to remove "Values" and "series" from highcharts?
- How can I remove the white border from HighCharts pie chart?
- Highcharts how to remove headers from tooltip
- Highcharts - How to hide series name and Y value in tooltip
- How to update new plotline values instead of removing and adding new ones in highcharts
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- How can I delete all of the points from a highcharts series
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How can i change highcharts data values by selecting from a dropdown list
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- HighCharts : How to add or remove "chart context menu" from chart container?
- how to pass values to tooltip which not in x and y axis in highcharts
- Highcharts - remove points from series
More Query from same tag
- Highcharts, multiple parts chart
- Timeline chart with highcharts using x-range with multiple stacks
- how to create a highcharts area with the top area highlighted?
- Highcharts : cross symbol with fillColor
- Highcharts event on animation complete?
- Highcharts General Drawing parameter
- Master - Detail Char in Sencha ExtJS 4.0
- boxplot catergories don't line up Highcharts
- High charts: Can we reduce the distance between two bars in grouped column chart
- Highcharts - multiple charts
- Trouble importing Highcharts Gauge with NPM/Webpack
- Legend is disappearing on HighCharts pie refreshing
- Add dynamic data to line chart from mysql database with highcharts
- Button to show all legend items in highcharts
- how to draw dotted line vertical line at 0 postiion in highChart
- Highcharts legends are overlapping when i change language to arabic
- jsPDF - Getting black images on IE, but works fine on Chrome and FireFox
- Right click on specific legend item
- Group by month to plot on R with Highcharter
- highcharts - Hide some labels in yAxis
- How to store the drop value as a new data in my array?
- Date formatting on x-axis highchart
- gauge highcharts : Exterior circle color
- Creating a grid-like column graph in Highcharts
- With mulitiple boxplots/median trend line series', line points don't line up with boxplot
- Build charts from polling JSON data
- How to show tooltip of bars as default in highcharts gantt?
- Having Highcharts directive how to get/change current path onClick event?
- Highcharts: Is it possible to show Sunburst chart series data labels outside the leaf level nodes with connectors?
- Drill Down Maps In R + Shiny