eurostat-map
    Preparing search index...

    Interface FlowBundleSettings

    Force settings for optional edge bundling.

    interface FlowBundleSettings {
        alphaDecay?: number;
        chargeStrength?: number;
        distanceMax?: number;
        linkStrength?: number;
        linkIterations?: number;
    }
    Index

    Properties

    alphaDecay?: number

    Alpha decay.

    chargeStrength?: number

    Charge strength.

    distanceMax?: number

    Distance max.

    linkStrength?: number

    Link strength.

    linkIterations?: number

    Link iterations.