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

Setup data decimation option in line chart component #2553

Open
dtslvr opened this issue Oct 28, 2023 · 2 comments · May be fixed by #2557
Open

Setup data decimation option in line chart component #2553

dtslvr opened this issue Oct 28, 2023 · 2 comments · May be fixed by #2557
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@dtslvr
Copy link
Member

dtslvr commented Oct 28, 2023

The line chart looks a bit frazzled, especially rendered on small screens with many data points.

128614047-02585aca-8c36-49ea-81bf-14d1c7622421

Add @Input() dataDecimation: boolean; to the LineChartComponent to enable / disable data decimation: the number of data points controlled via Data Decimation plugin of chart.js. Preferred are the default options.

@dtslvr dtslvr added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed hacktoberfest labels Oct 28, 2023
@Dhoni77
Copy link
Contributor

Dhoni77 commented Oct 28, 2023

HI @dtslvr I would like to work on this

@Dhoni77 Dhoni77 linked a pull request Oct 28, 2023 that will close this issue
@dtslvr
Copy link
Member Author

dtslvr commented Nov 10, 2023

Unfortunately the plugin setup in #2557, does not seem to have any effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants