Factorio Charts


Reusable charting library for rendering line graphs and bar charts in Factorio mods.

Internal
7 days ago
2.0
6
Owner:
nickelbob
Source:
https://github.com/nickelbob/factorio-charts
Homepage:
N/A
License:
MIT
Created:
8 days ago
Latest Version:
1.0.2 (7 days ago)
Factorio version:
2.0
Downloaded by:
6 users

Factorio Charts

A reusable charting library for Factorio 2.0+ mods. Provides line graphs and stacked bar charts rendered on hidden surfaces, viewable through GUI camera widgets.

## Features

  • Line Graphs: Multi-series time series data with auto-scaling Y-axis
  • Stacked Bar Charts: Phase breakdown visualization
  • Surface Management: Automatic chunk allocation and cleanup
  • Color Palettes: 12 distinct colors for series differentiation

## Used By

## Documentation

See the GitHub README for full API documentation and usage examples.

## Credits

Graph rendering technique inspired by factorio-timeseries by Kirk McDonald.