You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admins who are trying to use the component in a record page with the app builder.
What is affected by this bug?
Dataset labels
When does this occur?
Anytime I use a SOQL Query
Where on the platform does it happen?
Lightning Record Page
How do we replicate the issue?
Put LWCC App Builder in a Lighting Record Page (e.g. Opportunity)
Select Type "bar"
Use the following SOQL: "SELECT Sum(Amount) value, StageName label FROM Opportunity WITH SECURITY_ENFORCED GROUP BY StageName LIMIT 20"
It results in a chart with an undefined label as below:
Expected behavior (i.e. solution)
I would have expected the chart above not with an undefined label but with the labels of the Stage Names all in a different color like it is demonstrated in the demo videos here and here.
This is a screenshot from the second video link:
The only thing that's different here is the "Dataset Labels" configuration field set to ["Sum(Amount)"] in the video example.
If I do that, I get:
My Groupings (Stage Name) and the Dataset Label seem to be swapped.
Other Comments
Is this expected behavior or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
psuslick
added a commit
to psuslick/LightningWebChartJS
that referenced
this issue
Apr 15, 2021
…f chart legend
To address concerns which were raised in issue SalesforceLabs#39 (SalesforceLabs#39) this feature adds an ability for the app builder to toggle display of the legend on or off.
Who is the bug affecting?
Admins who are trying to use the component in a record page with the app builder.
What is affected by this bug?
Dataset labels
When does this occur?
Anytime I use a SOQL Query
Where on the platform does it happen?
Lightning Record Page
How do we replicate the issue?
It results in a chart with an undefined label as below:
Expected behavior (i.e. solution)
I would have expected the chart above not with an undefined label but with the labels of the Stage Names all in a different color like it is demonstrated in the demo videos here and here.
This is a screenshot from the second video link:
The only thing that's different here is the "Dataset Labels" configuration field set to ["Sum(Amount)"] in the video example.
If I do that, I get:
My Groupings (Stage Name) and the Dataset Label seem to be swapped.
Other Comments
Is this expected behavior or am I doing something wrong?
The text was updated successfully, but these errors were encountered: