nie-ine / inseri

inseri serves as an online collaborative work and publish environment.
https://nie-ine.github.io/inseri
Other
13 stars 4 forks source link

Mapping JsonEnvironment Output to Pie Chart Apps: Charts do not render #615

Closed cyrill-martin closed 3 years ago

cyrill-martin commented 3 years ago

If statement like in the Bar Chart app needed: if ( typeof this.data === 'string' && IsJsonString(this.data) && JSON.parse(this.data).length > 0 )

cyrill-martin commented 3 years ago

Same for grouped bar chart