analytics
Here are 4,936 public repositories matching this topic...
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug
- Create a mixed time-series chart
- Configure axi
-
Updated
Jul 18, 2022 - Clojure
-
Updated
Jul 18, 2022 - C++
-
Updated
Jul 18, 2022 - Python
-
Updated
Jun 27, 2022
-
Updated
Jul 18, 2022 - PHP
-
Updated
Jul 15, 2022 - C
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
-
Updated
Jul 18, 2022 - C
-
Updated
Jul 17, 2022 - Go
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Jul 18, 2022 - Elixir
-
Updated
Nov 2, 2021 - HTML
-
Updated
Jul 18, 2022 - JavaScript
Before opening, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have read the guide for submitting bug reports.
- I have done my best to i
Zendesk integration
Is your feature request related to a problem?
When we are looking at funnels that have a similar conversion rate, it's hard to differentiate between similar values because they are all displayed with 1 decimal.
For example, both 12.58% and 12.63% would be displayed as 12.6%.
Right now, the only way to see it is to divide the 2 numbers (e.g. in a calculator app) to see what the 2-decimal
-
Updated
Jul 18, 2022 - Python
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
May 9, 2022 - Go
-
Updated
Dec 2, 2021 - JavaScript
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Jul 7, 2022 - Scala
-
Updated
Jul 18, 2022 - Go
This should work and expand to all fields in a struct:
select x.* from (values ({'a': 42, 'b': 84})) t(x);
-- should be identical to this
select x.a, x.b from (values ({'a': 42, 'b': 84})) t(x);
Is your feature request related to a problem? Please describe.
Many times, IDEs convert multiple imports from the same package to *. This is generally called out in PRs. It would be helpful if spotless check can detect and report it.
-
Updated
Jul 18, 2022 - C
Improve this page
Add a description, image, and links to the analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analytics topic, visit your repo's landing page and select "manage topics."
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?