| Stability | experimental |
|---|---|
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Safe Haskell | None |
Simulation.Aivika.Experiment.Chart.Backend.Diagrams
Description
Tested with: GHC 7.8.3
This module defines a renderer that uses the Chart-diagrams library for rendering charts within simulation, i.e. without using Cairo, which can be suitable for MS Windows.
- data DiagramsRenderer = DiagramsRenderer {
- rendererFileFormat :: FileFormat
- rendererCustomFonts :: Map (String, FontSlant, FontWeight) FilePath
Documentation
data DiagramsRenderer Source
This renderer uses the Chart-diagrams library for rendering charts within simulation.
Constructors
| DiagramsRenderer | |
Fields
| |