awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesGlobal Chart Defaults

Sets top-level visualization properties such as size, padding, background, and autosize behavior.

Distinct from Chart Configuration Debuggers: Distinct from Chart Configuration Debuggers: focuses on configuring defaults, not debugging output.

Explore 5 awesome GitHub repositories matching data & databases · Global Chart Defaults. Refine with filters or upvote what's useful.

Awesome Global Chart Defaults GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ankane/chartkickAvatar von ankane

    ankane/chartkick

    6,526Auf GitHub ansehen↗

    Chartkick is a Ruby on Rails visualization library and JavaScript charting wrapper that provides a high-level interface for integrating interactive charts into web applications. It functions as a multi-engine charting adapter, wrapping various JavaScript charting libraries to provide a consistent API for rendering data visualizations. The project is distinguished by its engine abstraction, which allows users to switch between different JavaScript charting libraries without modifying the underlying data sources. It also supports asynchronous data visualization, fetching chart data from remote

    Maintains a central registry for global chart defaults such as dimensions, colors, and padding.

    Ruby
    Auf GitHub ansehen↗6,526
  • naver/billboard.jsAvatar von naver

    naver/billboard.js

    5,980Auf GitHub ansehen↗

    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

    Controls data point marker visibility on step charts, with markers shown by default.

    TypeScript
    Auf GitHub ansehen↗5,980
  • vega/vega-liteAvatar von vega

    vega/vega-lite

    5,216Auf GitHub ansehen↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    Configures global chart properties including dimensions, padding, background, and autosize.

    TypeScriptchartsdeclarative-languageplot
    Auf GitHub ansehen↗5,216
  • jtblin/angular-chart.jsAvatar von jtblin

    jtblin/angular-chart.js

    2,658Auf GitHub ansehen↗

    Angular-chart.js is a frontend charting library that provides a set of reusable directives for integrating the Chart.js visualization engine into AngularJS applications. It functions as a wrapper that encapsulates complex rendering logic within declarative components, enabling the creation of interactive and responsive graphical data representations. The library distinguishes itself by providing reactive data synchronization, which automatically triggers canvas re-renders whenever underlying data or configuration models change. It also utilizes a provider-based configuration system, allowing

    Defines application-wide styling, color palettes, and behavioral defaults for all charts through a centralized provider.

    JavaScript
    Auf GitHub ansehen↗2,658
  • fluxcd/helm-controllerAvatar von fluxcd

    fluxcd/helm-controller

    500Auf GitHub ansehen↗

    The project is a declarative GitOps controller and package manager designed to automate the deployment and lifecycle management of Helm charts within a cluster. It continuously watches custom resources and external artifact sources, comparing the actual cluster state against desired declarations to drive reconciliation. Artifacts and manifests are retrieved from standard package repositories, Git sources, OCI registries, and object storage buckets. The system handles complex application delivery through dependency sequencing, automated failure remediation, and drift detection. It supports cro

    Overrides default chart configuration files with alternative internal files and optionally ignores missing files to prevent failures.

    Gogitops-toolkit
    Auf GitHub ansehen↗500
  1. Home
  2. Data & Databases
  3. Data Visualization Charts
  4. Chart Configuration Serialization
  5. Global Chart Defaults

Unter-Tags erkunden

  • Step Chart Point TogglesControls the visibility of data point markers on step-type charts, with markers shown by default. **Distinct from Global Chart Defaults:** Distinct from Global Chart Defaults: specifically controls data point display for step charts, not general chart defaults.