Opened 11 years ago

Closed 7 years ago

#260 closed enhancement (fixed)

raswct Diagram Enhancements

Reported by: Alex Dumitru Owned by: Alex Dumitru
Priority: major Milestone: Future
Component: raswct Version: 8.3
Keywords: Cc: Vlad Merticariu
Complexity: Very Hard

Description

raswct Diagrams should support the following features:

  • Tooltip on points should be able to display any object that has toString() implementation maybe DataSeries.addPoint({point : [x,y], value : anyObject});
  • Interpolation on diagram can be user supplied. Maybe as a property interpolationFun with default _.identity.

Change History (4)

comment:1 by Vlad Merticariu, 11 years ago

*Currently a data series is an object, which allows adding metadata and easily extending it. Point should be an object itself for the same reasons.

*Diagrams should be constructed with DataSeries objects as well as with Arrays automatically casted to DataSeries. Same with DataSeries and points

comment:2 by abeccati, 11 years ago

Milestone: Future

comment:3 by abeccati, 11 years ago

Version: 8.3

comment:4 by Dimitar Misev, 7 years ago

Complexity: Very Hard
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.