Python Range Charts are drawn between a range of values (High & Low) & are used to visualize high & low values simultaneously over a period of time. They are also referred to as Floating Charts as the range plotted is floating in given range instead of being attached to the base.
Library lets you add different types of range charts like Range Column, Range Bar, Range Area & Range Spline Area Charts to your Django application.
Range Column Charts are also referred to as Floating Column Chart as the columns are floating in given range.
Range Bar Charts are similar to range column except that these are horizontally placed.
Range Area Chart is same as Area Chart except that it’s area is plotted between a given range.
Range Spline Area is same as Range Area Chart except that the enclosing lines are smoother.
Most commonly used features in Python Range Chart includes animation, custom colorset, dataseries color, indexlabels, etc.