Skip to content

Commit

Permalink
Add PlotAltitudeDataArea to packed file, doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chird committed Oct 23, 2023
1 parent 3552e79 commit 2f746da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/meteoJS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ import SkewTlogPDiagram from './thermodynamicDiagram/coordinateSystem/SkewTlogPD
import DiagramSounding from './thermodynamicDiagram/DiagramSounding.js';
import Hodograph from './thermodynamicDiagram/Hodograph.js';
import TDDiagram from './thermodynamicDiagram/TDDiagram.js';
import PlotAltitudeDataArea from './thermodynamicDiagram/PlotAltitudeDataArea.js';
import { drawWindbarbInto } from './thermodynamicDiagram/Functions.js';
import WindbarbsProfile from './thermodynamicDiagram/WindbarbsProfile.js';
import WindspeedProfile from './thermodynamicDiagram/WindspeedProfile.js';
Expand All @@ -194,6 +195,7 @@ export const thermodynamicDiagram = {
SkewTlogPDiagram
},
DiagramSounding,
PlotAltitudeDataArea,
Hodograph,
TDDiagram,
functions: {
Expand Down
2 changes: 1 addition & 1 deletion src/meteoJS/thermodynamicDiagram/PlotAltitudeDataArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import PlotDataArea from './PlotDataArea.js';
* Abstract class to define an area on the SVG with sounding data, plotted with
* pressure on the y-axis.
*
* <pre><code>import PlotAltitudeArea from 'meteojs/thermodynamicDiagram/PlotAltitudeArea';</code></pre>
* <pre><code>import PlotAltitudeDataArea from 'meteojs/thermodynamicDiagram/PlotAltitudeDataArea';</code></pre>
*
* @extends module:meteoJS/thermodynamicDiagram/plotDataArea.PlotDataArea
*/
Expand Down

0 comments on commit 2f746da

Please sign in to comment.