fcharts-js - v0.3.0
    Preparing search index...

    Interface Margins

    Plot insets in CSS px (space reserved for axes/ticks around the plotting area).

    interface Margins {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    Properties

    bottom: number
    left: number
    right: number
    top: number