Migration: Check if the label on dataset level is needed
See original GitHub issueMigrated from https://github.com/Joelius300/ChartJSBlazor/issues/46:
From https://github.com/Joelius300/ChartJSBlazor/issues/40#issuecomment-519690615:
We need to investigate whether the label on dataset basis is valid for all kind of charts.
For pie and doughnut, it has no effect: https://jsfiddle.net/g1anoety/ without the datalabels plugin enabled. (I would remove this for all charts where it’s not yet needed and add it again if it’s needed after we managed to get https://github.com/Joelius300/ChartJSBlazor/issues/34 done).
Following https://www.chartjs.org/docs/latest/charts/:
- line: Needed, check https://jsfiddle.net/ukwsn6c2/.
- bar: Needed, check https://jsfiddle.net/ukwsn6c2/1/.
- radar: Needed, check https://jsfiddle.net/ukwsn6c2/2/.
- doughnut and pie: Not needed, check https://jsfiddle.net/g1anoety/.
- polar area: Not needed, check https://jsfiddle.net/ukwsn6c2/3/. (We need to remove this!)
- bubble: Needed, check https://jsfiddle.net/ukwsn6c2/4/.
- scatter: Needed, check https://jsfiddle.net/ukwsn6c2/5/.
I have asked the guys from Chart.Js to check this as well and tell us, what’s the idea behind this: https://github.com/chartjs/Chart.js/issues/6452.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Migration: Logistics and FAQ
We will preserve all data rows, along with the associated labels and reviews (thumbs up/down) in the migrated projects. You will be able...
Read more >Updating labels | BigQuery
This page explains how to update labels on BigQuery resources. Before you begin. Grant Identity and Access Management (IAM) roles that give users...
Read more >Data Usage Labels Overview | Adobe Experience Platform
To ensure that your labels are consistent across all schemas, any labels previously attached to fields at the dataset level must be migrated ......
Read more >Requesting primary and migration volume information from ...
Table 1 explains output labels when DFSMShsm lists information from the MCDS for primary and DASD migration volumes. Table 1. Output labels when...
Read more >Migrations | Django documentation
Migrations are Django's way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I see you already posted something, I guess it won’t hurt 😅 but from my side, I don’t think it’s necessary anymore.
You don’t have to.
I’m pretty sure about the labels now, your investigation already helped enough. I think they just misinterpreted the issue you posted. We should just move on, IMO it’s all good.