awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chartscss/charts.cssChartsCSS 的头像

    ChartsCSS/charts.css

    6,569在 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
    在 GitHub 上查看↗6,569
  • naver/billboard.jsnaver 的头像

    naver/billboard.js

    5,980在 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
    在 GitHub 上查看↗5,980
  • flot/flotflot 的头像

    flot/flot

    5,911在 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
    在 GitHub 上查看↗5,911
  • taiga-family/taiga-uitaiga-family 的头像

    taiga-family/taiga-ui

    4,002在 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
    在 GitHub 上查看↗4,002
  • fastai/course22fastai 的头像

    fastai/course22

    3,398在 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
    在 GitHub 上查看↗3,398
  • f5/unovisf5 的头像

    f5/unovis

    2,730在 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
    在 GitHub 上查看↗2,730
  1. Home
  2. User Interface & Experience
  3. Chart Axis Rendering

探索子标签

  • 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.