Adaptively changing tooltip orientation based on column value

Type demo

This demo shows how we can use an adapter to change the orientation of a ColumnSeries tooltip based on the column value. Related code The following code will change value of tooltip’s pointerOrientation to either point down or up based on whether target column’s value is above or below zero. Demo

Line series with a border

Type demo

This demo shows how to add an outline to line series using two methods: an additional (thicker) line series and a shadow. Using additional series Adding a line shadow

Customizing scrollbar grips

Type demo

This demo shows how we can completely modify the appearance of scrollbar’s grips. Here’s another version: