score:1
Accepted answer
Set name for the series, disable firstRowAsNames
property and set startRow
to 1 in data options:
data: {
firstRowAsNames: false,
startRow: 1,
...
},
series: [{
name: 'Adjust',
...
}]
Live demo: http://jsfiddle.net/BlackLabel/fkh0oa2s/
API Reference:
Source: stackoverflow.com
Related Query
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- HighCharts - how to customize the tooltip for dynamically added series
- Highcharts - How to set custom colors for the series
- How to change axis label size when exporting in Highcharts / Highstock
- How to set series-label to false by default and change the color of series label text in highchart
- Highcharts change label text for a single series
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- How to change the background series colour of Highcharts Radar chart
- Highcharts - Show a string category label in the tooltip for a line graph
- How can I apply different background color to entire tooltip for different series in highcharts
- How to change the data series for highchart using a dropdown list
- How to customize the label for navigator in highstock
- How to position Highcharts tooltip on top of bar or at 0 line of Y-axis for negative value
- how to give different names on tooltip for one series in highcharts R
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Highcharts tooltip for single series always centre. Can I force it to be left hover of the marker?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How to translate the "Start" and "End" label in the tooltip of a Highcharts Gantt?
- How to change Highcharts 3D Pie Chart Label and Tooltip Style?
- 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?
- calculate the difference between 2 series in tooltip for highstock
- Make Highcharts tooltip show info for closest point to the left (i.e. not change at midpoint)
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- How to change the text color in Highcharts
- Display tooltip for invisible series in Highcharts
- How can i hide all the Series in highcharts at a time
- Highcharts - How to display legend symbol inside the tooltip
- Highcharts - How to hide series name and Y value in tooltip
More Query from same tag
- Why would the label of the vertical axis only show after the button is clicked?
- Formatting plot options for pie charts
- Highcharts align data label to x-axis if value is negative
- Highcharts problems: variable legend height
- How to build a split donut chart
- HighCharts Angular - Setting chart data from API
- How do I calculate the sum of the points in a HighChart after I edit it
- Highcharts real time chart with incoming Json data [FIXED[]
- How to stop Highcharts y-Axis bar-chart labels being skipped when height is small?
- How to convert string array to ints to use with Highcharts
- How to show gridlines only on 0 on the yAxis in highcharts?
- HighCharts Multiple Point selection - access/update getSelectedPoints array immediately after point select
- Highcharts: Select a single chart?
- How to get current width of highcharts column
- Highcharts Spline lines not showing up
- Highcharts rendering line chart in single line
- new to highchart and stuck with type datetime , data not plot
- Highcharts date in form of Day(Integer) - Month(the name of the month), like 17 - July
- Highcharts yAxis.max manage tick intervals dynamically
- Highcharter format number in tooltip
- Load data into Highcharts with Ajax
- Create a Highcharts Pie Chart Legend Inside a Table
- Highcharts & Angularjs: update chart from $broadcast in the main controller doesn't update the chart like a $watch would in the chart's controller
- Pass argument in nested event handler
- Highcharts series visibility with csv data source
- Logarithmic xaxis not working if pointStart property is not given
- Highcharts problems showing last values and close values
- How do I have text display within the inside of a stacked bar graph in highcharts
- Highcharts Angular with API data
- Populating data to Highstock