4 مستودعات
Extensible interfaces for defining custom rendering logic within chart components.
Distinguishing note: None of the candidates matched; this provides functional hooks for custom element rendering.
Explore 4 awesome GitHub repositories matching user interface & experience · Chart Customization Frameworks. Refine with filters or upvote what's useful.
This project is a declarative data visualization library that provides a composable suite of user interface components for rendering interactive charts. It functions as an SVG-based charting engine, allowing developers to construct complex visualizations by nesting modular building blocks such as axes, grids, legends, and data series within a unified layout. The library distinguishes itself through a highly responsive architecture that automatically reconciles layout changes and maps data domains to pixel coordinates using mathematical scale functions. It prioritizes performance through memoi
Chart bars allow rendering unique visual representations by passing a custom function or component to the shape property for individual elements.
vx is a declarative charting framework and SVG data visualization library. It serves as an integration layer that combines D3 mathematical scales and shapes with a component-based UI for rendering visualizations. The project provides a set of building blocks for constructing custom charts and diagrams using React components. It bridges mathematical data and visual representation by utilizing low-level primitives to manage scalable vector graphics without manual document object model manipulations. The library covers a broad capability surface including custom chart development, declarative S
Provides an extensible framework for creating specialized charts with fine-grained control over SVG rendering.
KLineChart is a high-performance financial charting library and data visualization engine. It uses native browser canvas APIs to render interactive candlestick charts and time-series financial data for web and mobile applications. The library is built as a plugin-based framework, allowing for the integration of custom calculation logic and rendering routines. This modular architecture enables the addition of technical analysis visualization tools and custom indicators to financial dashboards. The system handles real-time market data updates and computes technical indicators to visualize mark
Implements a modular framework with extensible interfaces for defining custom rendering logic and calculation routines.
هذا المشروع عبارة عن غلاف (wrapper) بلغة Python لمكتبة Lightweight Charts، صُمم لعرض تصورات مالية تفاعلية تعتمد على المتصفح. يعمل المشروع كإطار عمل لبناء لوحات تحكم وواجهات مالية مخصصة تدمج خلاصات السوق المباشرة وسلاسل البيانات التاريخية. تتيح المكتبة بناء تخطيطات معقدة من خلال دمج مخططات متعددة الأجزاء، وقوائم مراقبة، وجداول إدخال أوامر في مساحة عمل واحدة موحدة. كما تدعم مراقبة السوق في الوقت الفعلي عبر بث بيانات التيك (tick) أو الأعمدة (bar) مباشرة إلى المخططات النشطة، مما يسمح بتحديثات تدريجية دون الحاجة إلى إعادة تحميل الصفحة بالكامل. بالإضافة إلى العرض الأساسي، توفر الأداة إمكانات واسعة للتحليل الفني، بما في ذلك القدرة على رسم التعليقات التوضيحية، وخطوط الاتجاه، والعلامات مباشرة على لوحة الرسم. يمكن للمستخدمين تهيئة المظهر المرئي للشموع، وأعمدة الحجم، ووسائل الإيضاح، مع ربط تفاعلات المستخدم مثل اختيار الإطار الزمني أو اختصارات لوحة المفاتيح بمنطق Python مخصص.
Enables the construction of custom financial interfaces including watchlists, order entry tables, and interactive toolboxes.