![]() |
How to import Custom Charts into a dashboard - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB - Designer (https://bdn.bdb.ai/forumdisplay.php?fid=29) +---- Thread: How to import Custom Charts into a dashboard (/showthread.php?tid=177) |
How to import Custom Charts into a dashboard - raghvendra.singh - 05-29-2019 The custom component in the designer will enable users to add any third-party visual-components like charts/ grids/ gauges etc. into the dashboard, which can consume data from our inbuilt BDB connectors. Configuration Steps:
Snapshots for the reference: 1. Custom Component in charting library ![]() 2. Drag and drop custom component in design area to render a chart thumbnail with static data ![]() 3. Property palette of the custom component to update title, subtitle etc. ![]() 4. JS and CSS source path configuration ![]() ![]() 5. JavaScript CSS and HTML content editor ![]() 6. Configure an Click event callback ![]() 7. Dataset palette configuration ![]() 8. Sample dashboard with multiple custom components in single dashboard. ![]() |