ChartComponents
ChartComponents copied to clipboard
Cant display graphs on set up
I have followed the instructions as per the quick start. however i get a blank graph. there are multiple errors showing in the code the majority of which consist of "name isn't valid. "result" isn't recognized. location Pie Image" (nb each image has a similar array of issues. I am unsure how to resolve but am assuming its a schoolboy error that i am missing
Hello @smitha355455 , were you able to resolve this issue?
Hey Faisal - no, i still just get a blank image!
There are many issues due to recent change in powerapps :
- Split function now uses 'Value' property instead of 'Result'
- All the enumerations need now the name of the enum, not just the property (TimeUnits.Days ; SortOrder.Ascending....) See : https://github.com/OGcanviz/ChartComponents/issues/8