3 रिपॉजिटरी
Hierarchical data visualizations displayed as concentric circles with wedge sorting.
Distinct from Chart Templates: A specific hierarchical visualization type not covered by general chart templates or radar renderers.
Explore 3 awesome GitHub repositories matching data & databases · Sunburst Charts. Refine with filters or upvote what's useful.
react-vis एक React डेटा विज़ुअलाइज़ेशन लाइब्रेरी और डिक्लेरेटिव चार्टिंग फ्रेमवर्क है जिसका उपयोग कंपोज़ेबल ग्राफिकल रिप्रेजेंटेशन बनाने के लिए किया जाता है। यह सरल बिल्डिंग ब्लॉक्स को बड़े चार्ट स्ट्रक्चर्स में संयोजित करके जटिल विज़ुअलाइज़ेशन रेंडर करने के लिए एक सिस्टम प्रदान करती है। इस लाइब्रेरी में सनबर्स्ट डायग्राम्स और ट्री मैप्स के माध्यम से पदानुक्रमित डेटा मैपिंग के लिए विशेष टूल्स शामिल हैं, साथ ही सैंकी डायग्राम्स का उपयोग करके प्रवाह और संबंध विज़ुअलाइज़ेशन भी शामिल है। यह पैरेलल कोऑर्डिनेट्स, रडार चार्ट्स और रेडियल विज़ुअलाइज़ेशन के माध्यम से उच्च-आयामी डेटा को प्लॉट करने के लिए एक मल्टीवेरिएट डेटा विज़ुअलाइज़र भी प्रदान करती है। यह फ्रेमवर्क चार्ट लीजेंड मैनेजमेंट और ऑर्थोगोनल कोऑर्डिनेट प्लॉट्स के साथ-साथ लाइन, बार और पाई चार्ट्स के लिए स्टैंडर्ड चार्टिंग कार्यान्वयन को सपोर्ट करता है। ये विज़ुअलाइज़ेशन स्केलेबल वेक्टर ग्राफिक्स (SVG) का उपयोग करके उत्पन्न किए जाते हैं।
Renders hierarchical data as concentric circles with wedge sorting in sunburst diagrams.
dc.js is a multi-dimensional analysis tool and visualization framework used to build interactive data dashboards. It functions as a charting library that renders diverse SVG visualizations powered by D3 and integrates natively with Crossfilter to enable coordinated filtering across large datasets. The project is distinguished by its linked-view coordination, where selecting a data range or category in one chart simultaneously updates all other connected views. This allows for dynamic data exploration through dimensional chart linking and coordinated brushing, transforming raw datasets into na
Renders hierarchical data as concentric circles with animated transitions and wedge sorting.
iDataV is a big-screen data visualization dashboard builder that combines bar, line, pie, map, and number-flip charts into a single large-format display. It provides a canvas-based rendering engine for high-performance chart drawing, a CSS Grid layout engine for responsive dashboard arrangements, and flip-digit animations for numeric indicators. The project includes template-based project scaffolding for generating new dashboards from pre-built HTML, CSS, and JavaScript templates. The tool offers prebuilt dashboard demos for scenarios such as tourism, sales, stock markets, cloud monitoring, a
Implements sunburst hierarchical rendering for multi-layer ring charts showing parent-child relationships.