package melange-recharts
Melange bindings for recharts
Install
Dune Dependency
Authors
Maintainers
Sources
melange-recharts-4.0.3.tbz
sha256=1295e56c252d53ca85bf814404e4bc40b02ba095b33cd48cd1b44d05514bae0c
sha512=a204b818dbc3e01dd4e8ceacabc70221844592b2e7163dfc7375051b921253285a38cf502e7c2cd8c613d04ceee9270408e572b43bdae4988fc164c35adec933
doc/CHANGES.html
4.0.3 (2024-06-04)
- add
filterNull
toTooltip
- support
melange.3.0.0
andreason-react.0.14.0
4.0.1 (2024-02-16)
- add
strokeDasharray
toLine
4.0.0 (2023-10-22)
- Migrate to Melange v2.
3.6.0 (2023-02-24)
- add
Dot
bindings
3.5.0 (2023-02-20)
- add
LabelList
3.4.1 (2023-02-17)
- add missing
Treemap
toBsTreemap
3.4.0 (2023-02-17)
- add
Treemap
3.3.0 (2022-11-11)
- change
strokeDasharray
type fromint
tostring
inScatter
bindings
3.2.0 (2022-10-21)
- add bindings to
ZAxis
- change
data
prop type forScatter
bindings - add
stroke
,strokeDasharray
,hide
props toScatter
bindings
3.1.0 (2022-08-19)
- Bump
recharts
peer dependency to2.1.13
3.0.0 (2022-08-08)
- Bump
recharts
peer dependency to2.1.13
2.1.0 (2022-03-30)
- Reinstate
recharts
as peer dependency - Add
ticksCount
toYAxis
2.0.0 (2021-12-03)
- Bump
bs-platform@9
- Drop
Jsx2
wrappers
1.0.4 (2021-11-09)
- Add
radius
prop toBar
bindings
1.0.3 (2021-11-08)
- Add
cursor
prop toBar
bindings
1.0.2 (2021-05-19)
- Bump url-parse from 1.4.7 to 1.5.1 in /examples (#40)
- Bump lodash from 4.17.19 to 4.17.21 in /examples (#41)
- Bump elliptic from 6.5.3 to 6.5.4 in /examples (#36)
- Bump y18n from 4.0.0 to 4.0.1 in /examples (#37)
1.0.1 (2021-01-09)
key
prop is restored for BarChart, CartesianAxis, ComposerChart, Pie, ResponsiveContainer, Tooltip, XAxis, and YAxis
1.0.0 (2020-01-03)
- Update type of
label
prop inXAxis
andYAxis
0.4.8 (2020-12-31)
- Add
hide
prop toLine
bindings - Add
hide
prop toArea
bindings - Extract
Line
/Area
type_
prop inline definition. - Add missing
[@bs.string]
annotation.
0.4.7 (2020-12-21)
- make
TooltipCursor
config props optional
0.4.6 (2020-12-21)
- Add
Bool(bool)
variant toTooltipCursor
0.4.5 (2020-12-21)
- Add type of
Tooltip.cursor
0.4.4 (2020-12-16)
- Add
fillOpacity
prop toReferenceArea
0.4.3 (2020-12-16)
- Fix typo in
BarChart
0.4.2 (2020-12-16)
- Add
onMouseUp
/onMouseDown
toLineChart
/BarChart
/ComposedChart
/AreaChart
0.4.1 (2020-11-18)
- Add
background
prop toCell
0.4.0 (2020-09-29)
- Bump
recharts
from 1.6.2 to 1.8.5 (#33)
0.3.3 (2020-02-21)
- Bump
lodash
from 4.17.11 to 4.17.15 (#26) - Add bindings for
ReferenceArea
(#25)
0.3.2 (2019-07-31)
- Add
jsx2
wrappers
0.3.1 (2019-07-31)
- add
children
prop toBar
cmponent
0.3.0 (2019-07-08)
- migrate to jsx3 (#20)
0.2.14 (2019-05-20)
- move recharts to peerDependencies (#17)
0.2.13 (2019-03-28)
- remove deprecated
string_of_float
0.2.12 (2018-12-26)
- add
strokeWidth
prop toCell
0.2.11 (2018-12-26)
- add
stackOffset
prop toComposedChart
0.2.10 (2018-11-29)
- untype
dataKey
prop
0.2.9 (2018-11-15)
- add
Scatter
- add
ScatterChart
0.2.8 (2018-10-10)
- unwrap
barCategoryGap
andbarGap
inComposedChar
0.2.7 (2018-10-10)
- export
ComposedChart
0.2.6 (2018-10-10)
- add
ComposedChart
0.2.5 (2018-10-10)
- fix
type_
inArea
,Line
0.2.4 (2018-09-18)
dataKey
is required inPie
,Brush
,Bar
andArea
tickMargin
is required inCartesianAxis
0.2.3 (2018-09-17)
- add 'stroke' to Pie
0.2.2 (2018-09-17)
- refmt
Pie chart updates:
- add fill
- encode PxOrPrc
0.2.1 (2018-08-16)
- change data type form
array(Js.t({..}))
toarray('dataItem)
, so we can acceptJson.t
too - add reason-react to devDeps
0.2.0 (2018-08-13)
- upgrade Reason React and bs-platform
0.1.10 (2018-08-09)
- add bindings to Brush component
0.1.9 (2018-08-09)
- move ReasonReact to peer dependencies
0.1.8 (2018-08-02)
- use floats for measurement
0.1.7 (2018-08-02)
- ReferenceLine bindings
0.1.6 (2018-07-14)
- Pie chart bindings
0.1.5
- the begining of the
CHANGELOG.md
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- 4.0.1 (2024-02-16)
- 4.0.0 (2023-10-22)
- 3.6.0 (2023-02-24)
- 3.5.0 (2023-02-20)
- 3.4.1 (2023-02-17)
- 3.4.0 (2023-02-17)
- 3.3.0 (2022-11-11)
- 3.2.0 (2022-10-21)
- 3.1.0 (2022-08-19)
- 3.0.0 (2022-08-08)
- 2.1.0 (2022-03-30)
- 2.0.0 (2021-12-03)
- 1.0.4 (2021-11-09)
- 1.0.3 (2021-11-08)
- 1.0.2 (2021-05-19)
- 1.0.1 (2021-01-09)
- 1.0.0 (2020-01-03)
- 0.4.8 (2020-12-31)
- 0.4.7 (2020-12-21)
- 0.4.6 (2020-12-21)
- 0.4.5 (2020-12-21)
- 0.4.4 (2020-12-16)
- 0.4.3 (2020-12-16)
- 0.4.2 (2020-12-16)
- 0.4.1 (2020-11-18)
- 0.4.0 (2020-09-29)
- 0.3.3 (2020-02-21)
- 0.3.2 (2019-07-31)
- 0.3.1 (2019-07-31)
- 0.3.0 (2019-07-08)
- 0.2.14 (2019-05-20)
- 0.2.13 (2019-03-28)
- 0.2.12 (2018-12-26)
- 0.2.11 (2018-12-26)
- 0.2.10 (2018-11-29)
- 0.2.9 (2018-11-15)
- 0.2.8 (2018-10-10)
- 0.2.7 (2018-10-10)
- 0.2.6 (2018-10-10)
- 0.2.5 (2018-10-10)
- 0.2.4 (2018-09-18)
- 0.2.3 (2018-09-17)
- 0.2.2 (2018-09-17)
- 0.2.1 (2018-08-16)
- 0.2.0 (2018-08-13)
- 0.1.10 (2018-08-09)
- 0.1.9 (2018-08-09)
- 0.1.8 (2018-08-02)
- 0.1.7 (2018-08-02)
- 0.1.6 (2018-07-14)
- 0.1.5