You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
series = new FlotSerie () {
override val label = Full(theDs.split("@")(0))
override val data = theDataMap(theDs)
val yaxis = Full (2)
override def buildOptions = {
yaxis.map( v => ("yaxis", Num(v))) ::
super.buildOptions
}
} :: series
FlotSerie does not provide for putting data on second y axis.
Proposed FlotSerie:
Then using it in Flot:
Enables user code such as:
Migrated from lift/framework#559
The text was updated successfully, but these errors were encountered: