You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(lib): Implements Geographic data representation of Orange Unified Design System (#843)
* Work in progress
* Productive day of work
* Advancement on default definition
* A solution THAT NEEDS echarts 6 !!!!!
* Handle Bubble map
* Remove opacity
* fix france map
* Add opacity, orange on buble
* display corsica
* Add alert about map
* Last changes
* Add Stackblitz workaround
* [REVIEW] Suggestion to concentrate the added js code in one place, ie the stackblitz button
* [REVIEW] Align legends
---------
Co-authored-by: Louis-Maxime Piton <louismaxime.piton@orange.com>
<h2 class="alert-heading mb-2"><span class="visually-hidden">Warning about </span>Map assets</h2>
15
+
<p>The maps used in this page aren't studied for a commercial use. We use them as placeholders in our docs. We're trying our best to provide some, that you'll be able to use on your side. In the meantime, be sure to check the licenses associated to maps you use.</p>
<p class="card-text pe-5">A choropleth map uses colour progression to represent specific amounts of data. These are best used when comparing a dataset by a specific geographic region, which can show variation or patterns across the displayed location.</p>
<p class="card-text pe-5">A bubble map uses circles over a specific geographical region. The area or size of the circle is proportional depending on the size or value of the dataset. These maps are best when comparing proportions over geographical regions that are close to one another.</p>
Copy file name to clipboardExpand all lines: docs/src/content/use_cases/specify-color.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -558,7 +558,7 @@ series: [
558
558
<divclass="card w-100">
559
559
<div class="card-body">
560
560
<h5 class="card-title">Bar specific color</h5>
561
-
<p class="card-text pe-5">This example shows the example of using two colors for a single series. But this time, we actually keep a single series, displayed once in the legend, while modifying the color of the bars that are below the objective.</p>
561
+
<p class="card-text pe-5">This example shows the example of using two colors for a single series. But this time, we actually keep a single series, displayed once in the legend, while modifying the color of the bars that are below the objective.</p>
562
562
<p>To do this, we associate in the list of values the red color with the value below the objectives via the Apache ECharts <code>itemStyle.color</code> parameter:
<pclass="card-text">Uses a map to show trends or analyse the distribution of data over a geographical region.</p>
139
+
<ahref="https://unified-design-system.orange.com/472794e18/p/33b7f8-geographic-data"target="_blank"class="card-link">Orange Design System - Data display</a>
140
+
</div>
141
+
<divclass="card-footer">
142
+
<ahref="./geographic-data-chart/"class="btn btn-primary mt-3">Go to example</a>
0 commit comments