Factorio Charts


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

Utilities
17 hours ago
2.0
429
Owner:
nickelbob
Source:
https://github.com/nickelbob/factorio-charts
Homepage:
N/A
License:
MIT
Created:
a month ago
Latest Version:
1.1.0 (17 hours ago)
Factorio version:
2.0
Downloaded by:
429 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.