chart doesn't pick the font family?? #1685
-
i am using light weight chart in my project in next js app. import { useEffect, useMemo, useRef } from "react";
}` why does it not pick the default font family for app? if not is there any other way to change it?? same for watermark |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nvm, this sorts out the thing |
Beta Was this translation helpful? Give feedback.
Nvm, this sorts out the thing
layout: { textColor: '#FFFFFFB2', background: { color: '#171717' }, fontFamily: font.style.fontFamily, },