-
Updated
Jul 30, 2021 - JavaScript
charts
Here are 1,656 public repositories matching this topic...
-
Updated
Aug 16, 2021 - TypeScript
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Mar 28, 2020 - HTML
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
Bugs and Questions
The Problem
While I was debugging another issue, I noticed that the example included two bars with the same x and y values, and when you mouse over one of these bars both tooltips show up. It seems like Victory uses the x/y value to determine whether the tooltip is active when there is not another identifier.
Reproduction
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 16, 2021 - Elixir
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Aug 16, 2021 - CSS
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
.rickshaw_graph .detail .item.active from detail.css would benefit by adding 'width: auto; height:auto;' to auto-size the detail tooltip on graph mouse hover. In it's current form, the tooltip doesn't get auto-sized when using a relative/percentage based layout.
-
Updated
Jul 7, 2021 - Ruby
-
Updated
Jun 11, 2020 - C++
-
Updated
Jun 21, 2021
-
Updated
Jul 15, 2021 - Kotlin
-
Updated
Jul 14, 2021 - HTML
-
Updated
Jul 12, 2021 - Go
We need a flag or a method to hide the crosshair. Moreover this feature should disable long tap on canvas.
The case:
- Make the crosshair invisible
- Start the chart
- Make a long tap on canvas
- The chart looks like freezed
-
Updated
Aug 15, 2021 - TypeScript
Is your feature request relasted to a problem? Please describe.
In our BarChart implementation, a part of the current daily bar (weekly chart where each bar is a day) doesn't represent a value, hence it's white. Because the background of the app is also white, there's no way to distinguish the empty bar from the background. That's mandated by our design doc so I can't just change the color.
-
Updated
Jul 14, 2021 - Python
-
Updated
Aug 12, 2021 - Python
Improve this page
Add a description, image, and links to the charts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the charts topic, visit your repo's landing page and select "manage topics."
when killing the process running
helm dep up
it sometimes leave a temporary folder namedtmpcharts
and this makes the nexthelm dep up
fail with the following error.This is easily reproducable by creating a folder named
tmpcharts
inside an helm chart root folder and try to l