chart v0.2.0 Chart.TimeLine View Source

A timeline chart definition structure

Link to this section Summary

Functions

See Chart.Internal.Storage.Queue.set_count/2.

Link to this section Functions

Link to this function

add_axis_minor_ticks(chart, axis)

View Source

See Chart.Line.add_axis_minor_ticks/2.

See Chart.Line.append/2.

See Chart.Line.put/2.

See Chart.Line.render/1.

See Chart.Line.reset/1.

Link to this function

set_aspect_ratio(chart, aspect_ratio)

View Source

See Chart.Line.set_aspect_ratio/2.

Link to this function

set_axis_label(chart, axis, text)

View Source

See Chart.Line.set_axis_label/3.

Link to this function

set_axis_label_adjust_placement(chart, axis, adjust_placement)

View Source

See Chart.Line.set_axis_label_adjust_placement/3.

Link to this function

set_axis_label_placement(chart, axis, placement)

View Source

See Chart.Line.set_axis_label_placement/3.

Link to this function

set_axis_major_ticks_count(chart, axis, count)

View Source

See Chart.Line.set_axis_major_ticks_count/3.

Link to this function

set_axis_major_ticks_gap(chart, axis, gap)

View Source

See Chart.Line.set_axis_major_ticks_gap/3.

Link to this function

set_axis_major_ticks_length(chart, axis, length)

View Source

See Chart.Line.set_axis_major_ticks_length/3.

Link to this function

set_axis_minor_ticks_count(chart, axis, count)

View Source

See Chart.Line.set_axis_minor_ticks_count/3.

Link to this function

set_axis_minor_ticks_gap(chart, axis, gap)

View Source

See Chart.Line.set_axis_minor_ticks_gap/3.

Link to this function

set_axis_minor_ticks_length(chart, axis, length)

View Source

See Chart.Line.set_axis_minor_ticks_length/3.

Link to this function

set_axis_ticks_text_format(chart, axis, format)

View Source

See Chart.Line.set_axis_ticks_text_format/3.

Link to this function

set_axis_ticks_text_gap(chart, axis, gap)

View Source

See Chart.Line.set_axis_ticks_text_gap/3.

Link to this function

set_axis_ticks_text_range_offset(chart, axis, range_offset)

View Source

See Chart.Line.set_axis_ticks_text_range_offset/3.

Link to this function

set_count_data(chart, count)

View Source

See Chart.Internal.Storage.Queue.set_count/2.

Link to this function

set_grid(chart, axis_grid_type)

View Source

See Chart.Line.set_grid/2.

Link to this function

set_grid_gap(chart, axis_grid_type, number)

View Source

See Chart.Line.set_grid_gap/3.

Link to this function

set_plot_background_padding(chart, padding)

View Source

See Chart.Line.set_plot_background_padding/2.

Link to this function

set_plot_position(chart, position)

View Source

See Chart.Line.set_plot_position/2.

Link to this function

set_plot_size(chart, size)

View Source

See Chart.Line.set_plot_size/2.

Link to this function

set_thickness(chart, axis, thickness)

View Source

See Chart.Line.set_thickness/3.

Link to this function

set_title_position(chart, position)

View Source

See Chart.Line.set_title_position/2.

Link to this function

set_title_text(chart, text)

View Source

See Chart.Line.set_title_text/2.

Link to this function

set_viewbox(chart, viewbox)

View Source

See Chart.Line.set_viewbox/2.