Last active
July 2, 2020 08:36
-
-
Save fpassaniti/6140d2a95e37cfff273ef354bc57d22f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ods-dataset-context context="ctx" | |
| ctx-dataset="liste-des-departements-metropole-dom" | |
| ctx-domain="discovery"> | |
| <div ods-color-gradient="analysis" | |
| ods-color-gradient-context="ctx" | |
| ods-color-gradient-x="code_texte" | |
| ods-color-gradient-serie="MAX(code)" | |
| ods-color-gradient-logarithmic-scale-factor="1"> | |
| <div class="svgmap-france svgmap-with-text"> | |
| <div class="svgmap-francemetro"> | |
| <ods-picto url="'https://static.opendatasoft.com/georef/svg/fr/dep_fxx_text.svg'" | |
| color-by-attribute="analysis.colors"></ods-picto> | |
| </div> | |
| </div> | |
| </div> | |
| </ods-dataset-context> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment