Kaynağa Gözat

Fix comments

Deltakosh 7 yıl önce
ebeveyn
işleme
2d2b421e86

+ 4 - 1
gui/src/3D/charting/chart.ts

@@ -77,7 +77,10 @@ export abstract class Chart {
         this._rootNode = new TransformNode(name, scene);
     }
 
-    /** Force the graph to redraw itself */
+    /** 
+     * Force the graph to redraw itself 
+     * @returns the current BarGraph
+    */
     public abstract refresh(): Chart;
 
     protected _clean(): void {

+ 1 - 0
gui/src/3D/charting/dataSeries.ts

@@ -65,6 +65,7 @@ export class DataSeries {
 
     /**
      * Create a new DataSeries containing testing values
+     * @returns the new DataSeries
      */
     public static CreateFakeData(): DataSeries {
         var series = new DataSeries();