Forum Discussion
D3 V4 gallery library implementation with dependencies
- 8 years ago
Hello FunDeckHermit,
The chart didn't work due to using d3v4 instead of d3v3. We installed d3v3 and created the global injector for moment to fix this visual.
Please find the fixed source code here.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello FunDeckHermit,
The chart didn't work due to using d3v4 instead of d3v3. We installed d3v3 and created the global injector for moment to fix this visual.
Please find the fixed source code here.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thank you!
With the implementation of the globalinjector, do you happen to know how to change the locale of moment.js?
I tried:
- calling moment.locale("de") in the momentGlobalInjector.js
- calling this.moment.locale("de") in the visual.ts
- changing "/moment/min/moment-with-locales.min.js" to "/moment/locale/de.js
- v-viig8 years ago
Community Champion
Please visit this Stackoverflow topic to find out more.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals