Ivo Sonderegger
Ivo Sonderegger
Hi @wblumberg. Do you mean a scientific paper reference? In daily business, I noticed that the CAP values are strange. With my change the values become a realistic difference between...
Page is created: https://github.com/chird/meteoJS/wiki/Windspeed-profile Missing: - [ ] Options for DiagramSounding - [ ] Options for WindspeedProfileAxis
Extend the DiagramSounding [hodograph options](https://chird.github.io/meteoJS/doc/module-meteoJS_thermodynamicDiagram_diagramSounding.html#~options) with `segments`. This is an array with the keys `style` (lineStyleOptions), `minPressure` and `maxPressure`.
Hi hadjersh97, Today I found time to check your issue. The following code works for me: ```js const tdDiagram = tdTermo.diagram; const tdGroup = tdDiagram.svgNode.group(); tdDiagram.on('mousemove', ({ diagramPres, diagramTmpk })...
Hi masterfabela, Do I understand you correctly that you would like to have the values calculated? Then I must refer you to other places. The library only handles the rendering,...
Hi! Thank you. The diagram supports adiabat lines. Take a look at the following example: https://chird.github.io/meteoJS/examples/thermodynamicdiagram-default.html The lines are visible by default. And it is possible to customize them.
Sorry for my late replay. `index.js` is basically used to procude a simple-to-integrate `meteojs.min.js` for HTML-Pages. E.g. I use this file in my [examples](https://chird.github.io/meteoJS/examples/). For usage with nodeJS, please import...
It is possible to use `kt` as a label text. Unfortunately, the option is called `prefix` but it is actually a suffix. E.g. see the answers in #60 or #54....
Hi Michael Unfortunately, I'm not familiar with React, so I can't provide you with an example. Basically, the library manages a dynamic SVG graphic that is embedded in the HTML.