Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 777 Bytes

File metadata and controls

35 lines (24 loc) · 777 Bytes

{{ target: chart-histogram }}

histogramChart

Histogram

{{ use: common-chart-spec( prefix = '#', chartType = 'histogram' ) }}

{{ use: series-bar( prefix = '#', noType = true, noData = true, noMorph = true, useInChart = true ) }}

x2Field(string|string[])

x2 field. (x field is the left interval field of frequency statistics, x2 field is the right interval field of frequency statistics)

y2Field(string|string[])

y2 field. (y field is the left interval field of frequency statistics, y2 field is the right interval field of frequency statistics)

barGap(number)

Used to adjust the distance between each column in the histogram and support passing in pixel values.

{{ use: chart-component( axisType = 'cartesian', noBandAxis = true ) }}