Skip to content
#

analytics

Here are 4,978 public repositories matching this topic...

netdata
grafana
zuchka
zuchka commented Jul 26, 2022

What happened:
Wherever Grafana generates a footer, it adds the Grafana version and commit to the list of links:

https://github.com/grafana/grafana/blob/238d761450738cdef822589f321500879fa49b32/public/app/core/components/Footer/Footer.tsx#L48

The link is empty, which I've always found a little disappointing. I was thinking we could reference the commit like this:

links.push({ te
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 2, 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
YazhiniGurubaran
YazhiniGurubaran commented Jun 20, 2022

Before opening, please confirm:

good first issue Auth amazon-cognito-identity-js pending-triage
posthog
clarkus
clarkus commented Apr 25, 2022

Is your feature request related to a problem?

We updated the authentication screens a bit ago, but the placement of registration and authentication links shipped with some inconsistencies. Sometimes links are shown in the form header, sometimes as tertiary actions adjacent to primary buttons. This is possibly intentional, but the SAML/SSO workflow for authentication lacks a link back to regi

enhancement good first issue feature/onboarding
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
duckdb
nknize
nknize commented Jul 28, 2022

Is your feature request related to a problem? Please describe.
OpenSearch modules only differ from plugins in that they are installed by default. Aside from that the same plugin scaffolding is used between the two. This makes navigating the source tree difficult. For example, if I'm looking at [IngestUserAgentPlugin](https://github.com/opensearch-project/OpenSearch/blob/00db112f32d947e758d7d5

enhancement good first issue low hanging fruit idea

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