@@ -51,9 +51,8 @@ For example, to embed a line chart:
5151</html >
5252```
5353
54- See a live version of this example you can play around with in
55- [ Playground] ( https://lit.dev/playground/#gist=c0c88276739f4f6061807cc943937a14 ) {: target="_ blank"}
56- ([ source] ( /assets/examples/web-components/line-chart.html ) ).
54+ See a live version of this example you can play around with
55+ [ here] ( examples/line-chart.html ) {: target="_ blank"}.
5756
5857## Components
5958
@@ -67,12 +66,11 @@ See a live version of this example you can play around with in
6766- [ datacommons-scatter] ( /api/web_components/scatter )
6867- [ datacommons-slider] ( /api/web_components/slider )
6968
70- ## Code Playground Examples
69+ ## Examples
7170
72- - [ Static page with all chart types playground] ( https://lit.dev/playground/#gist=822ce6018bb41113c866d703760c1def ) {: target="_ blank"}
73- ([ source] ( /assets/examples/web-components/all-charts.html ) )
74- - [ Dynamically updating charts playground] ( https://lit.dev/playground/#gist=9e3ac88e162248f849dd276ff5895ad0 ) {: target="_ blank"}
75- ([ source] ( /assets/examples/web-components/dynamic-map.html ) )
71+ - [ All chart types] ( examples/all-charts.html ) {: target="_ blank"}
72+ - [ A dynamically updating map] ( examples/dynamic-map.html ) {: target="_ blank"}
73+ - [ A styled map] ( examples/map-styles.html ) {: target="_ blank"}
7674
7775## Variables and places
7876
@@ -125,9 +123,7 @@ Additionally, the following css variables are supported:
125123
126124### Styling Example
127125
128- See a live version of this example you can play around with in
129- [ Playground] ( https://lit.dev/playground/#gist=719f5d71c2823ac3e58f504cb6ceccd3 ) {: target="_ blank"}
130- ([ source] ( /assets/examples/web-components/map-styles.html ) ).
126+ See a live example [ here] ( examples/map-styles.html ) {: target="_ blank"}.
131127
132128``` html
133129<html >
0 commit comments