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
The problem is that the component does not expose FixedScaleAxis constant,you are just importing the component, a workarround for this is importing chartist and use the constant instead
ie: import VueChartist from 'v-chartist' import * as c from 'chartist'
hey im trying to use Chartist in my options like the documentation says on their website but im getting chartist is not defined. What am I missing?
The text was updated successfully, but these errors were encountered: