@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom/client';
33import './index.css' ;
44
55import { IgrLegendModule , IgrNumberAbbreviatorModule , IgrDataChartCoreModule , IgrDataChartScatterModule , IgrDataChartScatterCoreModule , IgrDataChartInteractivityModule , IgrDataLegendModule , IgrDataChartAnnotationModule } from 'igniteui-react-charts' ;
6- import { IgrDataLegend , IgrDataChart , IgrNumericXAxis , IgrNumericYAxis , IgrBubbleSeries , IgrSizeScale , IgrCrosshairLayer } from 'igniteui-react-charts' ;
6+ import { IgrDataLegend , IgrDataChart , IgrNumericXAxis , IgrNumericYAxis , IgrBubbleSeries , IgrCrosshairLayer } from 'igniteui-react-charts' ;
77import { CountryDemographicAfricanItem , CountryDemographicAfrican } from './CountryDemographicAfrican' ;
88import { CountryDemographicEuropeItem , CountryDemographicEurope } from './CountryDemographicEurope' ;
99
@@ -33,9 +33,7 @@ export default class Sample extends React.Component<any, any> {
3333 private xAxis : IgrNumericXAxis
3434 private yAxis : IgrNumericYAxis
3535 private bubbleSeries1 : IgrBubbleSeries
36- private sizeScale1 : IgrSizeScale
3736 private bubbleSeries2 : IgrBubbleSeries
38- private sizeScale2 : IgrSizeScale
3937 private crosshairLayer : IgrCrosshairLayer
4038
4139 constructor ( props : any ) {
@@ -89,11 +87,6 @@ export default class Sample extends React.Component<any, any> {
8987 radiusMemberAsLegendLabel = "Population: "
9088 xMemberAsLegendLabel = "Death Rate: "
9189 yMemberAsLegendLabel = "Birth Rate: " >
92- < IgrSizeScale
93- name = "SizeScale1"
94- minimumValue = "10"
95- maximumValue = "100" >
96- </ IgrSizeScale >
9790 </ IgrBubbleSeries >
9891 < IgrBubbleSeries
9992 name = "BubbleSeries2"
@@ -107,11 +100,6 @@ export default class Sample extends React.Component<any, any> {
107100 radiusMemberAsLegendLabel = "Population: "
108101 xMemberAsLegendLabel = "Death Rate: "
109102 yMemberAsLegendLabel = "Birth Rate: " >
110- < IgrSizeScale
111- name = "SizeScale2"
112- minimumValue = "10"
113- maximumValue = "100" >
114- </ IgrSizeScale >
115103 </ IgrBubbleSeries >
116104 < IgrCrosshairLayer
117105 name = "CrosshairLayer" >
0 commit comments