Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 880 Bytes

File metadata and controls

36 lines (27 loc) · 880 Bytes

v0.3.3

Major changes

  • Modified the chart generation. No more CSS documents will be generated. CSS styles are included within the javascript template directly.
  • Users can now omit a destination div container (div_hook) to tell pive where to put the visualization.
  • New environment function allows users to only obtain the plain javascript code and its data.

Minor changes

  • Refactoring
  • Cleanup
  • Added sample data
  • Added sample charts

v0.2.3

Major changes

  • Fixed an issue while creating the chords in chordchart.

Minor changes

  • Added a 'pive powered' badge.
  • Added initial sphinx documentation.

v0.2.2

Major changes

  • Fixed an issue where visualization types were not correctly read.

Minor changes

  • Refactoring
  • Cleanup

v0.2.1

Major changes

  • First working version of pive: No changes documented.