business-intelligence
Here are 1,062 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
Feb 20, 2022 - Clojure
-
Updated
Feb 11, 2022 - Python
-
Updated
Feb 20, 2022 - Java
-
Updated
Feb 19, 2022 - Python
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Feb 19, 2022 - Java
-
Updated
Feb 18, 2022 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Jan 20, 2022
-
Updated
Dec 2, 2016 - Python
-
Updated
Jan 9, 2022 - Vue
-
Updated
Feb 19, 2022 - C#
-
Updated
Feb 19, 2022 - JavaScript
-
Updated
Oct 20, 2021
-
Updated
Jan 21, 2022 - Java
-
Updated
Feb 18, 2022 - Svelte
-
Updated
Feb 18, 2022 - TypeScript
Sending a rest call to delete a job specification throws 404 where as grpc call works fine. Steps to reproduce
curl -X DELETE "http://localhost:9100/v1/project/my-project/namespace/kush/helloworld" -H "accept: application/json"-
Updated
Feb 17, 2022 - Java
-
Updated
Feb 19, 2022 - TypeScript
-
Updated
Feb 18, 2022 - TypeScript
-
Updated
Dec 3, 2021 - Python
Is your feature request related to a problem? Please describe.
Job Log 화면 검색조건 내 상태(Running) 의 추가가 필요함
- Canceled를 추가할지에 대해서는 고민이 필요함
-
Updated
Feb 17, 2022 - Ruby
-
Updated
Dec 26, 2021 - JavaScript
-
Updated
Feb 19, 2022 - Java
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."



The following tests are outputting errant logs and warnings to the console during unit tests. Some of these are pointing out genuine errors and things that should be looked at, while others might be a bit more benign but should be cleaned up to make testing more pleasant.
In the future we may consider making console logs to be a failure condition in tests, so it would be good to sort these out