-
Updated
Dec 3, 2020 - TypeScript
data-viz
Here are 114 public repositories matching this topic...
-
Updated
Jul 31, 2020
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Dec 1, 2020 - C++
-
Updated
Apr 25, 2018 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
Convert to FCs/Hooks
Requirement
- Convert components to FCs
- Convert utils to hooks
Tasks
FCs
- Bar Chart
- Area Chart
- Heatmap
- Hive Plot
- Sankey
- Line Chart
- Linear Gauge
- Pie Chart
- Radial Area
- Radial Line
- Radial Bar Chart
- Radial Scatter Plot
- Scatter Plot
- Sparklines
- Axis
- Gridlines
- Brush
- [
I happened to be debugging #4802 and was looking at config-site file and noticed that we have two for quartz, quartz386.cmake and quartz1922.cmake. Ordinarily, I'd expect one to be a symlink to the other but both are unique and the latter hasn't been modified for a year and it was confusing me when I was looking at it.
-
Updated
Dec 3, 2020 - C++
-
Updated
Nov 20, 2020 - R
-
Updated
Dec 2, 2020 - C++
-
Updated
Nov 11, 2020 - PHP
-
Updated
Aug 12, 2020 - TypeScript
-
Updated
Jun 5, 2020 - C++
-
Updated
May 26, 2020 - HTML
-
Updated
Dec 3, 2020 - Vue
-
Updated
Jun 29, 2016 - R
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Jun 22, 2018
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Dec 18, 2019 - Jupyter Notebook
This ticket blocks #171.
-
Updated
Nov 9, 2017 - C++
Improve this page
Add a description, image, and links to the data-viz topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-viz topic, visit your repo's landing page and select "manage topics."


Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami