Highcharts

Start your Highcharts journey today

立即试用
立即购买
Skip to Content

Combining chart types

To combine several chart types in one chart you only need to create series of different types:

series: [{ type: 'column', name: 'Jane', data: [32134] }, { type: 'column', name: 'John', data: [23576] }, { type: 'column', name: 'Joe', data: [43390] }, { type: 'spline', name: 'Average', data: [32.6736.333.33] }]