added socket for chart

This commit is contained in:
2025-03-26 18:27:58 +05:30
parent 932ab54631
commit 507698a96e
9 changed files with 2510 additions and 26378 deletions

View File

@@ -14,7 +14,7 @@ export const DraggableWidget = ({
widget: any;
hiddenPanels: string[]; // Array of hidden panel names
}) => {
console.log("widget: ", widget.type);
// console.log("widget: ", widget.type);
const { selectedChartId, setSelectedChartId } = useWidgetStore();
const handlePointerDown = () => {