-
I need to add multiple chart on my dashboard, so I add more dependency on my index controller like this
```
public function index(
FcrChart $fcrChart,
ProduksiChart $produksiChar…
-
I have this sort of report:
```python
class SampleYearlyReport(ReportView):
report_title = "Example"
report_model = Example
date_field = "start_date"
time_series_pattern = "ann…
-
### Bug description
Let's say that I have three data sources:
1. Employees_Depts (Id, Department, Employee_Id, First Name, Last Name)
2. Employee_Skill (Id, Skill, Employee_Id)
3. Employee_Tag (Id…
-
Hello,
I am currently building a dashboard application using [recharts](https://recharts.org/en-US/) through [shadcn Charts](https://ui.shadcn.com/docs/components/chart). Now I wanted to use Swapy …
-
The Video Engagement table on the Course Comparison Dashboard shows no data, even though I have completed 2 videos in the DemoX course.
I tried enabling completion by adding the `completion.enable_…
-
# [SIP] A simpler chart API for dashboards
# Motivation
Historically, the Apache Superset dashboard has been built on top its interactive, no-code, chart builder (”Explore”). While it makes sens…
-
### Problem
### **Data Visualization Library** proposal for Shoreline.
Data Visualization is the graphical representation of information and data, such as charts, diagrams, and maps. These visu…
-
Hi. Sorry for my bad English. I have a screen that displays a pie chart and a combo chart of lines and bars. In portrait orientation there is no problem, the charts are displayed. However, in landscap…
-
### When i do selection in brush chart it removes xaxis annotation but it works on selection in main chart
### Steps to Reproduce
1. Create main chart with annotation on React.
```
export cons…
-
Enhance the chat interface in the user panel to support advanced interactions with LLM tools. The interface should allow LLM tools to specify their interfaces from their manifests, support HTML forms …