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
This demo fails to render a chart when moving to Chart.js versions 3 and 4.
Multiple failures occur. Changing associated dependency versions has no negative impact.
And @types/chart.js is not required for Chart.js 3 and 4. Both versions refactored the component API and fixed numerous bugs, according to Chart.js docs.
These issues are beyond my skill level --- namely, ScalablyTyped. :) Would a custom mapping work better?
Suggestion: Add at least 1 chart library to Scala.js. A well maintained Scala.js chart library would reenergize the Scala.js community, IMHO. Because a mobile web app without a few charts is scary. ;)
The text was updated successfully, but these errors were encountered:
This demo fails to render a chart when moving to Chart.js versions 3 and 4.
Multiple failures occur. Changing associated dependency versions has no negative impact.
And @types/chart.js is not required for Chart.js 3 and 4. Both versions refactored the component API and fixed numerous bugs, according to Chart.js docs.
This particular project ( https://github.com/objektwerks/scalablytyped ) attempts to replicate this project with enhancements and newer versions of Chart.js 3 and 4.
These issues are beyond my skill level --- namely, ScalablyTyped. :) Would a custom mapping work better?
Suggestion: Add at least 1 chart library to Scala.js. A well maintained Scala.js chart library would reenergize the Scala.js community, IMHO. Because a mobile web app without a few charts is scary. ;)
The text was updated successfully, but these errors were encountered: