We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f205ff + 247fb75 commit 409850dCopy full SHA for 409850d
1 file changed
src/ECharts/Commands.purs
@@ -358,6 +358,9 @@ formatterString a = set "formatter" $ toForeign a
358
formatterValue ∷ ∀ i m. Monad m ⇒ (Number → String) → DSL (formatter ∷ I|i) m
359
formatterValue = set "formatter" <<< toForeign
360
361
+formatterLabel ∷ ∀ i m. Monad m ⇒ (String → String) → DSL (formatter ∷ I|i) m
362
+formatterLabel = set "formatter" <<< toForeign
363
+
364
animationEnabled ∷ ∀ i m. Monad m ⇒ Boolean → DSL (animation ∷ I|i) m
365
animationEnabled a = set "animation" $ toForeign a
366
0 commit comments