Skip to content

Flot widget does not support horizontal bars option #8

@fmpwizard

Description

@fmpwizard

The Flot widget should support horizontal bars. The Flot JavaScript library provides a "series.bars.horizontal" option for this purpose. Here is an example from the Flot API.txt:

series: {
  bars: {
    barWidth: number
    align: "left" or "center"
    horizontal: boolean
  }
}

The net.liftweb.widgets.flot.FlotBarsOptions trait does not provide any options other than barWidth.

Migrated from lift/framework#846

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions