-
Updated
Dec 11, 2020 - TypeScript
data-viz
Here are 115 public repositories matching this topic...
-
Updated
Jul 31, 2020
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Dec 9, 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
- [
We currently use CMake 3.9.3, which is quite old. For the latest version of VTKm we need at least CMake 3.12. Matt recommends 3.14 for VTKm. I suspect there are other reasons to upgrade CMake. We should decide on the best version to upgrade to.
-
Updated
Dec 11, 2020 - C++
-
Updated
Nov 20, 2020 - R
-
Updated
Dec 8, 2020 - C++
-
Updated
Nov 11, 2020 - PHP
-
Updated
Aug 12, 2020 - TypeScript
-
Updated
Jun 5, 2020 - C++
-
Updated
May 26, 2020 - HTML
-
Updated
Jun 29, 2016 - R
-
Updated
Dec 9, 2020 - Vue
-
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