awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesChart Customization Frameworks

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.

Awesome Chart Customization Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • recharts/rechartsAvatar de recharts

    recharts/recharts

    27,241Ver en GitHub↗

    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.

    TypeScriptchartcharting-librarycomponents
    Ver en GitHub↗27,241
  • hshoff/vxAvatar de hshoff

    hshoff/vx

    20,867Ver en GitHub↗

    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.

    TypeScript
    Ver en GitHub↗20,867
  • klinecharts/klinechartAvatar de klinecharts

    klinecharts/KLineChart

    3,882Ver en GitHub↗

    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.

    TypeScriptcandlestickcanvaschart
    Ver en GitHub↗3,882
  • louisnw01/lightweight-charts-pythonAvatar de louisnw01

    louisnw01/lightweight-charts-python

    2,074Ver en GitHub↗

    Este proyecto es un wrapper de Python para la librería Lightweight Charts, diseñado para renderizar visualizaciones financieras interactivas basadas en navegador. Sirve como framework para construir dashboards financieros e interfaces personalizadas que integran feeds de mercado en tiempo real y series de datos históricos. La librería permite la construcción de layouts complejos combinando gráficos multipanel, listas de seguimiento y tablas de entrada de órdenes en un espacio de trabajo unificado. Soporta el monitoreo de mercado en tiempo real mediante el streaming de datos de ticks o barras directamente a las visualizaciones activas, permitiendo actualizaciones incrementales sin necesidad de recargar la página. Más allá del renderizado básico, el toolkit ofrece capacidades extensas para análisis técnico, incluyendo la posibilidad de dibujar anotaciones, líneas de tendencia y marcadores directamente sobre el canvas. Los usuarios pueden configurar la apariencia visual de velas, barras de volumen y leyendas, mientras mapean interacciones como la selección de marcos temporales o atajos de teclado a lógica personalizada en Python.

    Enables the construction of custom financial interfaces including watchlists, order entry tables, and interactive toolboxes.

    TypeScriptcharting-libraryfinancial-charting-librarylive-charts
    Ver en GitHub↗2,074
  1. Home
  2. User Interface & Experience
  3. Chart Customization Frameworks