Skip to content

Releases: DataV-Team/CRender

V0.2.8-alpha (2019-05-21)

21 May 01:05
Compare
Choose a tag to compare
Pre-release

Perfect

  • graph: draw Remove unnecessary closepath (polyline,smoothline,bezierCurve).

V0.2.7-alpha (2019-05-20)

20 May 14:27
f6f7c18
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • prototype: delGraph Delete exception.

V0.2.6-alpha (2019-05-14)

14 May 07:06
Compare
Choose a tag to compare
Pre-release

Perfect

  • graph: polyline Eliminate polyline blur due to 1px line width.

V0.2.5-alpha (2019-05-12)

12 May 05:46
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • prototype: delAllGraph Incomplete deletion.

V0.2.4-alpha (2019-05-12)

12 May 05:11
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • prototype: delAllGraph exception.

V0.2.3-alpha (2019-04-29)

29 Apr 09:33
Compare
Choose a tag to compare
Pre-release

Perfect

  • graph: Improve graph basic properties.
  • Documentation: Perfect documentation.

V0.2.2-alpha

25 Apr 07:08
Compare
Choose a tag to compare
V0.2.2-alpha Pre-release
Pre-release

Perfect

  • order: Change the default render order of the graphs.(First Add First Render)
  • style: Optimize lineDash rendering effects.

Bug Fixes

  • CRender: Initializing the canvas without setting its width and height attributes causes the rendering to be abnormal.

V0.2.0-alpha

15 Apr 06:40
Compare
Choose a tag to compare
V0.2.0-alpha Pre-release
Pre-release

Core

  • style: Use the Style class to manage the graph style.
  • graph: Instantiate graph using the Graph class.
  • prototype: Renamed some prototype methods.

Features

  • graphs: Add new graphs.(bezierCurve,text)
  • enhance: smoothline, bezierCurve, polyline added the closed attribute.