File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ import {
7777 {
7878 controlName: 'CompassControl',
7979 controlOptions: { rotationDegreesDelta: 10, style: 'dark' },
80- options: { position: 'top-left ' } as ControlOptions,
80+ options: { position: 'bottom-right ' } as ControlOptions,
8181 },
8282 ]}
8383 />
@@ -129,7 +129,7 @@ import {
129129 {
130130 controlName: 'TrafficControl',
131131 controlOptions: { incidents: true },
132- options: { position: 'top-right ' } as ControlOptions,
132+ options: { position: 'top-left ' } as ControlOptions,
133133 },
134134 {
135135 controlName: 'TrafficLegendControl',
Original file line number Diff line number Diff line change 11import { Meta , Source } from ' @storybook/blocks' ;
2- import BubbleLayer from ' ./BubbleLayer/BubbleLayer' ;
3- import * as BubbleLayerStories from ' ./BubbleLayer/BubbleLayer.stories' ;
2+ import ClusterAggregates from ' ./ClusterAggregates/ClusterAggregates'
43
54<Meta title = " Data Visualization/Introduction" />
65
7-
86# Data Visualization
97** react-azure-maps** provides a set of components to help you visualize data on a map like this: <br />
108
11- { /* <BubbleLayer/> */ }
12-
13- <Canvas of = { BubbleLayerStories .Example } sourceState = " none" />
14-
9+ <ClusterAggregates showBubbles showNumbers />
1510
1611We will need 2 kinds of components to visualize data on a map:
17121 . ` <AzureMapDataSourceProvider> ` : to provide your data to the map.
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ const PolygonLayer = () => {
3636 </AzureMapsProvider>
3737 );
3838};
39-
40- export default PolygonLayer;
4139` ,
4240 } ,
4341 } ,
You can’t perform that action at this time.
0 commit comments