Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query all available dashboards or charts #88

Closed
AlexRoosWork opened this issue Sep 12, 2023 · 2 comments
Closed

Query all available dashboards or charts #88

AlexRoosWork opened this issue Sep 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@AlexRoosWork
Copy link

We are creating dashboards and charts, but are wondering if you always need to manually copy paste the ChartIDs or DashboardIDs. It would be very nice to query all available dashboards given a baseURL

Something like sdk.getDashboardIds() or sdk.getChartIds({dashboardId}) would be very nice.

@kristinamongo
Copy link
Collaborator

kristinamongo commented Sep 13, 2023

Hi @AlexRoosWork, thank you for the feedback. We do have getAllCharts() for embedded dashboards. This returns an array of chart instances that include chartId. Here is an example app using this method.

There is currently no method for getting all dashboards for a baseURL but I would highly recommend that you add this to the MDB Charts feature request page to get more visibility and upvotes. We usually plan our work around the most requested features.

@khanguslee khanguslee added the enhancement New feature or request label Dec 20, 2023
@kristinamongo
Copy link
Collaborator

Thanks for submitting a feature request!
Closing this for now as it's not a bug but a feature request.

If anyone would like to upvote the idea, it's here.

@kristinamongo kristinamongo closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants