Skip to content

Commit d7dd42e

Browse files
author
pipeline
committed
feature(EJ2-5307): Added sample changes to chart.
1 parent b98987b commit d7dd42e

18 files changed

+24
-21
lines changed

src/chart/box-whisker-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/chart/box-whisker.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component, ViewEncapsulation, ViewChild } from '@angular/core';
22
import { DropDownList } from '@syncfusion/ej2-dropdowns';
3-
import { ILoadedEventArgs, ChartComponent, BoxPlotMode, IPointRenderEventArgs, ChartTheme, getSaturationColor } from '@syncfusion/ej2-ng-charts';
4-
3+
import { ILoadedEventArgs, ChartComponent, BoxPlotMode, IPointRenderEventArgs, ChartTheme } from '@syncfusion/ej2-ng-charts';
4+
import { getSaturationColor} from '@syncfusion/ej2-charts';
55
/**
66
* Sample for box and whisker series
77
*/

src/chart/polar-line-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/chart/polar-line.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class PolarLineChartComponent {
6464

6565
};
6666
public tooltip: Object = {
67-
enable: true, format: '${series.name}<br>${point.x} : ${point.y}'
67+
enable: true
6868
};
6969
public title: string = 'Alaska Weather Statistics - 2016';
7070
@ViewChild('chart')

src/chart/polar-rangecolumn-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/chart/polar-rangecolumn.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class PolarRangeColumnChartComponent {
4747
width: 3, color: 'white'
4848
};
4949
public tooltip: Object = {
50-
enable: true, format: '${point.x}<br>High: ${point.high}<br>Low: ${point.low}'
50+
enable: true
5151
};
5252
public legendSettings: Object = {
5353
visible: false

src/chart/polar-spline-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/chart/polar-spline.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export class PolarSplineChartComponent {
3535
};
3636
public title: string = 'Microphone Types Polar Patterns';
3737
public tooltip: Object = {
38-
enable: true,
39-
format: '${series.name}<br>${point.x} : ${point.y}'
38+
enable: true
4039
};
4140
public load(args: ILoadedEventArgs): void {
4241
let selectedTheme: string = location.hash.split('/')[1];

src/chart/polar-stackedcolumn-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/chart/polar-stackedcolumn.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class PolarStackedColumnChartComponent {
5050
width: 1, color: 'white'
5151
};
5252
public tooltip: Object = {
53-
enable: true, format: '${series.name}<br>${point.x} : ${point.y}'
53+
enable: true
5454
};
5555
public title: string = 'Wind Rose Chart';
5656
@ViewChild('chart')

0 commit comments

Comments
 (0)