vue2-frappe icon indicating copy to clipboard operation
vue2-frappe copied to clipboard

A Vue 2 integration using Frappe Charts

Results 12 vue2-frappe issues
Sort by recently updated
recently updated
newest added

I am using ``` import { VueFrappe } from 'vue2-frappe' export default { components: { VueFrappe, }, }; ``` without importing in my main.js and when I npm run serve...

I will be preparing this library for it's next version - alongside VueJS 3.* soon. This issue is here to mark any outstanding bugs/issues others have, so that I have...

enhancement
help wanted
question

Provide, Inject and Reactive on the new Vue3 API seems to be a good alternative to reactive data in a Vue component. I am however only just getting caught up...

enhancement
help wanted

So I was wondering if a different approach would be more appreciated when it comes to new charts? For example: ```vue ``` Or would it be simpler to keep to...

enhancement
help wanted
question

As part of the Vue3 upgrade I would like to migrate to the composition API to keep in touch with the direction that VueJS is going. This will mean quite...

enhancement
help wanted

Issue: When you display multiple times `` component on the same page, when you'll update the `dataSets` values, only the last chart will display new data. Solution: store `setTimeout` as...

Will using a render function instead of a template work better? Open to community thoughts on this one, it should change too much in implementation - but may be slightly...

enhancement
help wanted
question

added a watcher so the headmap gets updated when the data changes.

Was in the wrong location, moved from heatMapData to heatMapOptions