JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Pivot/grouping + charting question › Reply To: Pivot/grouping + charting question
January 24, 2023 at 6:13 pm
#104297
pkz
Blocked
Hi,
Thank you for your response and help!
- No problem
- I don’t understand your solution here. What I would like to see is, for example, a multiplier of x2 for every number of Income. Say, I define a function foo(x){x*2} and apply it to all the column’s values, and I
foo
to be a list of summary types likesum
,stddev
etc., – is this possible? so basically my own summary functions - Got it – thanks for indicating this!
- Thank you! This would definitely be a HUGE addition!
- This is great progress. I just have a few questions regarding this:
- When the chart is generated, I often see empty axis values:|
But this clears up on clicking on the legend again – is there a way to make sure they are always displayed correctly? - I noticed that in your example you have used income as an example, what if I want to support other chart types with say, multiple datasets, how can I easily change the chart type of
smart-chart
(i.e#pivot-chart
)?
- When the chart is generated, I often see empty axis values:|