Skip to content
#

chart

Here are 2,495 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

bug good first issue
cube.js
leogodin217
leogodin217 commented Sep 17, 2021

Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:

  • All unquoted column names are treated as upper case
  • Quoted column names are case sensitive.

So "date_from" <> date_from

To Reproduce
Steps to reproduce

bug help wanted good first issue
valscion
valscion commented May 23, 2018

We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185

We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.

Let us know in this issue if you would like to contribute to this!

Luckysheet
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

good first issue
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 chart 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 chart topic, visit your repo's landing page and select "manage topics."

Learn more