-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
When passing an array of data to the histogram it doesn't update visually. Inspecting the histogram object does in fact show the data in place.
created() { let locations = this.$store.getters['map/activeLocations'] for (let location in locations) { this.data.push(locations[location].price) }
This pulls my location data and writes it to 'data' which is in a reactive state. Should I be pushing the data into the vue-histogram-slider a different way? I can inspect the histogram object and view the data I just pushed into it, yet the histogram bars do not update.
Metadata
Metadata
Assignees
Labels
No labels