THEVENOUX Jean-Philippe
THEVENOUX Jean-Philippe
still no answer ?
I try this, and it's good ! ```javascript import VuePlotly from '@statnett/vue-plotly' import Plotly from 'plotly.js' import plotFR from 'plotly.js/lib/locales/fr' Plotly.register(plotFR) Plotly.setPlotConfig({ locale: 'fr' }) ``` Is it the right...
Hello I think you need null value in your serie colum : ```php ->addSeriesColumn('Male', 'ArchitecturalGlassandMetalTechnician', 1) ->addSeriesColumn('Male', 'AgriculturalEquipmentTechnician', null) ->addSeriesColumn('Male', 'Not specified', 1) ->addSeriesColumn('Female', 'ArchitecturalGlassandMetalTechnician', null) ->addSeriesColumn('Female', 'AgriculturalEquipmentTechnician', 1) ->addSeriesColumn('Female',...
Hello straker Is "seedRand" may be transform into a class with some functionnality ? (load/save seed, randInt, randFloat, bias parameter...) Or do you think it must be still a function...
Hi straker I try to understand why it's not working on iOs phone, and i may found something : It's also not working in Firefox adaptive view ! _(easier to...
Hi straker, Do you think this functionnality should be in Spritesheet class : ```js let spriteSheet = SpriteSheet({ image: image, frameWidth: 72, frameHeight: 97, }); let sprite = spriteSheet.createSprite(15) //...