julian
Results
2
comments of
julian
Not really. I just used the vuetify range slider. Of course this misses the histogram part, but I will just add the chart later by myself with chartjs: [Range Slider...
> let markers = {}; > this.realEstates.features.forEach(realEstate => { > let el = document.createElement('div'); > el.innerHTML = "" + this.$n(realEstate.properties.price, 'currencyNoCents') + "" ; > el.className = 'rounded-label'; > markers[realEstate.id]...