Skip to content
#

analytics

Here are 5,011 public repositories matching this topic...

netdata
grafana
superset
ktmud
ktmud commented Jul 26, 2022

Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.

How to reproduce the bug

  1. Create a "Time-series Bar Chart v2"
  2. Go to "Customize" and select "Show value", "Stack series" and "Only total"
  3. Toggle series in legends
  4. The total value should update but it doesn't

The legacy Time-series Bar Chart does not have this issue.

good first issue viz:charts:echarts viz:charts:bar #bug

Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!

  • Updated Aug 10, 2022
  • PHP
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
partytown
JamesNJep
JamesNJep commented Aug 4, 2022

Reading about Partytown I though it had said it could sandbox thirdparty scripts access to the page. But looking through the config options I couldn't find any options for restricting DOM access.

As an example if I had form asking for Name, Age, and Email, and a third party script for validation email addresses, and only wanted the third party script to be able to have access to the Email fiel

good first issue help wanted
YazhiniGurubaran
YazhiniGurubaran commented Jun 20, 2022

Before opening, please confirm:

good first issue Auth amazon-cognito-identity-js pending-triage
posthog
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
ebyhr
ebyhr commented Aug 8, 2022

We can just disable the pushdown on json column in MongoDB connector. TestMongoTypeMapping needs a new test method for json type when fixing this issue.

CREATE TABLE test (c1 json);
INSERT INTO test VALUES (json '{"id":0,"name":"user_0"}');

SELECT * FROM test WHERE c1 = json '{"id":0,"name":"user_0"}';
java.lang.UnsupportedOperationException
	at io.trino.spi.predicate.ValueSet.
bug good first issue
duckdb
Mytherin
Mytherin commented Aug 8, 2022

See #4308

We should support the UNION BY NAME operator to union together tables with re-ordered and potentially new columns. This operator is useful for unifying data from an evolving schema, where new columns have been added over time.

Example usage:

create table integers(i integer, j integer);
create table strings(j integer, k varchar);
insert into integers values (1, 10);
good first issue
andrross
andrross commented Aug 3, 2022

Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for tuning the JVM itself, and OpenSearch application configuration is specified via settings in opensearch.yml. It would make for a better user experience for the feature flags to be a configuration option in opensearch.yml, i.

enhancement good first issue low hanging fruit distributed framework

Improve this page

Add a description, image, and links to the analytics 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 analytics topic, visit your repo's landing page and select "manage topics."

Learn more