score:2
Accepted answer
Create two series of data - your A and B.
Set the A line color the way you want it and then set the B line color in its fashion. Use dashStyle
to set the dashes. See here:
series: [{
name: 'A',
color: '#0066FF',
data: [...]
},{
name: 'B',
color: '#FF0000',
dashStyle: 'ShortDash',
data: [...]
}]
As to how to set up the points to start on the 5th xAxis location. Well, many ways to skin a cat here. But what I did was to pass in null values for the first 4 data points in B. Look at this example.
Source: stackoverflow.com
Related Query
- highcharts: individual serie shift
- HighCharts : Is it possible to customize the colors of individual series?
- Customizing the colors of individual series in HighCharts
- Highcharts naming of individual bubbles
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Dual axis using percentage and absolute value to same serie in Highcharts
- Color individual markers on hover in Highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- HIghcharts individual plot point color
- Individual point color in highcharts scatterplot
- Highcharts hide connected line between individual points
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- Highcharts add a serie that does not exist
- Setting highcharts datalabels backgroundColor with the same color of its serie
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Highcharts change symbol and hover text of individual points Line Chart
- Highcharts error when add and shift data to hidden series
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts show max., min., and average for each serie in legend
- Highcharts stocks - Scale candlesticks serie only
- Highcharts Y-axis per serie csv
More Query from same tag
- How can I add links in a Highcharts tooltip that will open on mobile's browser?
- angular2-highcharts error: “Chart is unknown chart type”
- How do I scrape data from a highcharts graph in python?
- Date type xAxis in Angular Highcharts is still allowing duplicate 'Date' values
- why to get mouse out event in legend in highchart?
- How to show multiple sets in a Highcharts Venn chart?
- Specify color for each point in scatter3d
- Solid Guage Chart with 2 data series in Highharts
- HIghcharts Aggregated Spline Marker Color
- Highstock/Highchart substep maximum?
- Double donut-like chart with negative values
- Highcharts Annotation Position/Top Is Incorrect Upon Initial Rendering
- HighCharts - Pie Semi Circle (Arrow in Chart)
- Highchart - show heatmap legend by category
- Highcharts push chart to left of subtitle
- Ruby 2D array of different types
- How to convert array values of console into highcharts
- How dynamically set the zoom level on highcharts?
- Columns of markers
- Highcharts - Why is there extra spacing before the first column and after the last column?
- Animation for dynamically loaded new data with Highcharts
- How to configure date format in Highcharts?
- Adding text dynamically to point popups in highcharts.js
- Change first tick label on yAxis
- Highcharts Y axis needs to be on the X axis
- How to apply borderRadius only for top side of Column or Bar in Highchart
- stacked bar chart using angular-highchart
- Highstocks rounding values, and range not accurate for more then two hours of viewing
- How to auto adjust Y axis plot lines in live high chart
- How to use HighChart.getOption() with react-native-highchart