-
Updated
Mar 30, 2021 - JavaScript
chart
Here are 2,027 public repositories matching this topic...
-
Updated
Mar 19, 2021 - Java
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
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!
Describe the bug
I want to connect to Redis Memory store in GCP and got the following error:
Error: Redis connection to <port> failed - unable to verify the first certificate at TLSSocket.onConnectSecure
(_tls_wrap.js:1502:34) at TLSSocket.emit (events.js:314:20) at TLSSocket._finishInit (_tls_wrap.js:937:8) at
TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)
*To Reproduce
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Mar 9, 2021 - JavaScript
Add a terminal UI for Luckysheet, probably using blessed library: https://github.com/chjj/blessed (if your API is in nodeJS; works, but frozen), or https://github.com/jquast/blessed (if your API can be bound to Python; works, and is actively maintained), or use mighty old ncurses (in C; for the bold...). This would of course use the existing Lu
-
Updated
May 24, 2018 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
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
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Jun 11, 2020 - C++
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 28, 2021 - Dart
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Feb 1, 2020 - HTML
-
Updated
Mar 29, 2021 - TypeScript
Hi, I'm creating a line chart with values between 20 and 80, and I would like to limit the y axis to this values.
The current graph shows the y axis scale from 0 to 80.
Is possible to set yaxis limits from 20 to 80?
Improve this page
Add a description, image, and links to the chart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chart topic, visit your repo's landing page and select "manage topics."



Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters
Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c