Skip to content

how to adding overlay percent #15

@willneedme

Description

@willneedme
overlayInfo: (candle) => {
  "💎": "🤚    ",
  "Hi": "${candle.high?.toStringAsFixed(2)}",
  "Lo": "${candle.low?.toStringAsFixed(2)}",
  "Percent" : ${candle.close! / candle.beforeClose!}
},

when we drawing percent overlap required before close how to draw it? is it possible?

if impossible, customizing the overlay callback onTap ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions