Menu
Logo
Blog
Logo
  • Blog
  • Getting Started
    • Background
    • Installation
  • Concepts
    • Domains
    • Processes
    • Steps
    • Processors
    • Libraries
    • Forms and Elements
    • Menus
  • API Reference
    • Processor Arguments
    • Constants
    • EntityRepo
      • Introduction
      • Database
      • Infrastructure
        • Introduction
        • User Manager
        • File Handling
        • Rendering Templates
        • Making HTTP Requests
        • URL Handling
        • Cryptography
        • Mailing System
        • Barcode Generator
        • Generating Charts
        • Thread Pools
      • Authentication and Authorization
        • Authentication
        • Roles and Claims
      • Async Operations
      • Debug
      • Element Factory
      • UUID Generator
      • XML Parser
      • Easter Eggs

Generating Charts

  • Charts Overview

Charts Overview#

Functionality for working with charts is exposed on the Infrastructure object on EntityRepo . The chartjs-node library is exposed directly on the Infrastructure object. The library uses node-canvas and server has to meet the requirements for node-canvas for easy install. Accessing this library in processors is given as -

this.entityRepo.infrastructure().ChartJsNode;
Edit this page
Previous
« Barcode Generator
Next
Thread Pools »
  • Charts Overview

Docs

  • Style Guide
  • Second Doc

Community

  • Stack Overflow
  • Discord
  • Twitter

More

  • Blog
  • GitHub
Copyright © 2020 Dynamo. Built with Docusaurus.