The Wayback Machine - https://web.archive.org/web/20210802235010/https://github.com/topics/charts
Skip to content
#

charts

Here are 1,637 public repositories matching this topic...

shal
shal commented Jun 23, 2018

Output of helm version:

Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}

Output of kubectl version:

Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

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

fl_chart
eliseyOzerov
eliseyOzerov commented Jul 8, 2021

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.

Improve this page

Add a description, image, and links to the charts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the charts topic, visit your repo's landing page and select "manage topics."

Learn more