business-intelligence
Here are 1,172 public repositories matching this topic...
Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.
How to reproduce the bug
- Create a "Time-series Bar Chart v2"
- Go to "Customize" and select "Show value", "Stack series" and "Only total"
- Toggle series in legends
- The total value should update but it doesn't
The legacy Time-series Bar Chart does not have this issue.
-
Updated
Aug 5, 2022 - Clojure
-
Updated
Aug 4, 2022 - Python
-
Updated
Aug 5, 2022 - Java
-
Updated
Aug 5, 2022 - Python
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Jul 21, 2022 - Java
-
Updated
May 25, 2022 - TypeScript
-
Updated
Jul 20, 2022
-
Updated
Mar 29, 2022 - JavaScript
-
Updated
Aug 5, 2022 - TypeScript
-
Updated
Jan 9, 2022 - Vue
-
Updated
Dec 2, 2016 - Python
-
Updated
Jul 27, 2022 - C#
-
Updated
Jul 21, 2022 - JavaScript
当数据源为excel时,一些优化的想法
你的功能要求与某个问题相关吗?
数据源为excel文件时,只解析第一个sheet 是否过于粗暴
形容一下你想要的解决方案
前端读取sheet数量供用户选择,在properties 中添加sheetNumbers参数用于后端选择sheet解析
另外是否考虑一个excel 上传之后,每个sheet都可以配置不同
-
Updated
Oct 20, 2021
-
Updated
Aug 5, 2022 - Svelte
-
Updated
Jun 21, 2022 - Java
The current configuration for running mypy in the Metricflow .pre-commit-config.yaml uses the --ignore-missing-imports flag. This is generally undesirable.
This issue is to remove that and replace it with a combination of typed versions of those packages, type stubs, and more limited scope ignore missing import directives (either inline on the individual imports or else as part of the mypy.in
-
Updated
Jul 20, 2022 - TypeScript
-
Updated
Jul 7, 2022 - Java
-
Updated
Aug 5, 2022 - TypeScript
-
Updated
May 11, 2022 - Python
Describe the bug
when updating anomaly_params for an Kpi if anomaly_params passed is null, it causes HTTP 500 response
Explain the environment
- Chaos Genius version: chaos-genius/chaos_genius@9e2ac69 reproduced on test builds from Develop branch
Current behavior
HTTP 500
Expected behavior
should cause valida
-
Updated
Aug 3, 2022 - Ruby
Improve this page
Add a description, image, and links to the business-intelligence topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the business-intelligence topic, visit your repo's landing page and select "manage topics."


Currently, in provisioning, we always update structs if they already exist. This introduces some load to the database. In the future, we would like to have a function that compares the internal state with the external state.