Posts

Introducing RubensJS and Chart Reports UWP

RubensJS is a SVG-wrapper and a 2D coordinate system with some objects for charts like pie, arc, column and bar chart, map and linegraph. It can work with HammerJS to enable touch behaviour. https://github.com/pieterhoekstra/RubensJS One of the features of RubensJS makes the the charts and graph scale to the sizes of their parent HTML container.  As far as possible all objects share the same data format. Chart Reports UWP adds coloring, formats and design. The smartphone is considered to be the size that must fit all. The  height of the  drawable area will therefore never be greater then 45 lines of text. What is not visible must then be swipeable. There are several formats: - mini - custom - 1:1 - 1:2 - 2:1 - screen The mini format is for inline visuals and leaves out all visual components that would otherwise clog up the mini space. Custom is for any particular size in pixels and the 1:1 format is, well,  square :-). The others are for landscape and portrait orientat
Recent posts