Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for histogram #62

Open
mb52089 opened this issue Jul 13, 2020 · 1 comment
Open

support for histogram #62

mb52089 opened this issue Jul 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mb52089
Copy link

mb52089 commented Jul 13, 2020

Is your feature request related to a problem? Please describe.
I need to present data in the format of a histogram (columns with no space between)

Describe the solution you'd like
ability to to present data in the format of a histogram (columns with no space between)

Describe alternatives you've considered
No reasonable alternatives. Data can currently be presented as a column chart, but that doesn't communicate appropriate meaning as a histogram

Additional context
ApexCharts appears to support a histogram chart type: https://apexcharts.com/docs/options/chart/type/

@mb52089 mb52089 added the enhancement New feature or request label Jul 13, 2020
@mb52089 mb52089 closed this as completed Jul 13, 2020
@mb52089 mb52089 reopened this Jul 13, 2020
@mb52089
Copy link
Author

mb52089 commented Jul 13, 2020

No need to support any algorithm to calculate bins and freqs for the algorithm as that can be done with a separate gem like: https://github.com/jtprince/histogram/. The data generated can easily be presented in a format consumable by apexcharts.

@styd styd added this to To do in ApexCharts.RB Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
ApexCharts.RB
  
To do
Development

No branches or pull requests

1 participant