Skip to content
#

charts

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

luinnar
luinnar commented Mar 7, 2022

Command helm repo list act differently when repository config file don't exists:

$ helm repo list
Error: no repositories to show
$ helm repo list -o json
[]
$ echo $?
0

$ rm ~/.config/helm/repositories.*

$ helm repo list -o json
Error: no repositories to show
$ echo $?
1

In both cases helm should return return empty list of repositories without exiting with erro

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

ntrous
ntrous commented Jan 11, 2022

I use these charts on a webpage with other content. As people scroll down the page, if the mouse goes over the chart, the chart stops the page from scrolling and instead starts zooming the chart.

I know I can disable the zooming on the chart, but instead I'd like to change the key binding for zooming to 'cmd + mousewheel'.

That way a user has to explicitly hold down the cmd key when they wan

fl_chart
daehyeon1999
daehyeon1999 commented Feb 11, 2022

I've matched the colors of the chart like this, and I succeeded in synchronizing the colors of the chart line and bottom area, but how do I synchronize the colors of the Spot and the lines connected from Spot to the X-axis? Also, How do I change the color of the value shown in the Tooltip when I click Spot?

<img width="275" alt="스크린샷 2022-02-11 오후 3 06 27(2)" src="https://user-images.gi

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