BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

BarChart - Add histogram option #176

Closed pborissow closed 2 years ago

pborissow commented 2 years ago

Add a new "Type" pulldown for bar charts with 2 options:

  1. Bar Chart
  2. Histogram

With the "Bar Chart" option, users will be prompted to define an X-Axis and Y-Axis. This will be the default option.

With the "Histogram" option, users will be prompted to define a Value field. The y-axis will display the frequency and the x-axis will display the Value. Example:

image

Reference: https://observablehq.com/@d3/histogram