awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesChart Axis Rendering

Logic for rendering scaled coordinate systems and labels for data visualizations.

Distinct from Charts and Visualization: Focuses specifically on the axis and coordinate system rendering rather than a general chart library or specific chart type.

Explore 6 awesome GitHub repositories matching user interface & experience · Chart Axis Rendering. Refine with filters or upvote what's useful.

Awesome Chart Axis Rendering GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • chartscss/charts.cssAvatar ChartsCSS

    ChartsCSS/charts.css

    6,569Vezi pe GitHub↗

    charts.css is a CSS-driven framework designed to transform semantic HTML into accessible data visualizations without relying on JavaScript. It functions as a charting library that uses standard HTML structures, such as tables and lists, to render graphs while maintaining full compatibility with screen readers. The project distinguishes itself by using CSS variables to map numeric data to visual dimensions and utility classes to control chart types and layouts. It supports a wide range of visual styles, including 3D effects, reflection effects, and customized color palettes integrated via a br

    Renders scaled coordinate systems and guide axes within the chart area.

    HTMLchartchartscss
    Vezi pe GitHub↗6,569
  • naver/billboard.jsAvatar naver

    naver/billboard.js

    5,980Vezi pe GitHub↗

    billboard.js is a JavaScript charting library built on D3.js that renders interactive data visualizations from a single declarative configuration object. It supports a wide range of chart types including bar, line, pie, scatter, area, spline, step, candlestick, funnel, gauge, heatmap, radar, polar, treemap, bubble, donut, and sparkline charts, and can overlay multiple chart types within a single visualization. The library offers an opt-in Canvas rendering mode for improved performance with large datasets and high-density axis displays, alongside its standard SVG-based rendering. The library d

    Reduces the computational cost of generating axis elements to improve chart performance.

    TypeScript
    Vezi pe GitHub↗5,980
  • flot/flotAvatar flot

    flot/flot

    5,911Vezi pe GitHub↗

    Flot is an interactive charting library for jQuery that renders line, bar, pie, and time-series plots with zooming and panning. It provides interactive plots for engineering and scientific data with customizable axes, scales, and series styles, and supports real-time data updates. The library is built as a jQuery plugin with a canvas-based rendering pipeline and a plugin extension system that allows third-party code to add new chart types, interactions, and data transformations. The library distinguishes itself through a broad range of specialized chart types, including candlestick, bubble, r

    Renders axes that cross at the chart's origin point rather than at the edges.

    JavaScript
    Vezi pe GitHub↗5,911
  • taiga-family/taiga-uiAvatar taiga-family

    taiga-family/taiga-ui

    4,002Vezi pe GitHub↗

    Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp

    Renders scaled coordinate systems and labels to provide visual context and measurements for data visualizations.

    TypeScriptangularbest-practicescdk
    Vezi pe GitHub↗4,002
  • fastai/course22Avatar fastai

    fastai/course22

    3,398Vezi pe GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Renders images on matplotlib axes with support for standard tensor dimension orders.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    Vezi pe GitHub↗3,398
  • f5/unovisAvatar f5

    f5/unovis

    2,730Vezi pe GitHub↗

    Unovis is a modular SVG and Canvas data visualization library used to build interactive charts, maps, and network graphs. It provides a framework-agnostic set of primitives for creating data dashboards and specialized visualizations. The library is distinguished by its dedicated toolkits for different visualization domains, including an XY charting library for coordinated plots, a network graph framework for relational data, and a geospatial visualization toolkit for TopoJSON-based mapping. Its capability surface covers a wide range of data representations, including linear, area, and bar ch

    Implements logic for rendering scaled coordinate systems and formatted labels for data visualization axes.

    TypeScriptangularchartsdata-visualization
    Vezi pe GitHub↗2,730
  1. Home
  2. User Interface & Experience
  3. Chart Axis Rendering

Explorează sub-etichetele

  • Origin-Crossing AxesRender one or more axes that cross at the chart's origin point rather than at the edges. **Distinct from Chart Axis Rendering:** Distinct from Chart Axis Rendering: specifically renders axes crossing at the origin, not general axis rendering.
  • Performance OptimizationsReduces the computational cost of generating axis elements to improve chart performance. **Distinct from Chart Axis Rendering:** Distinct from Chart Axis Rendering: focuses on performance optimization of axis rendering, not general axis rendering logic.