Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • klh717
    Participant

    I have fixed the issue. For anyone else with this issue, I had to use the createwidget and initwidget. The create just creates the widget div and inits the object. The init method removes the previously created widget using remove() method and creates a new one. This fixed the issue with sort and resize I was having.

    in reply to: Linear Gauge with Value as Point Linear Gauge with Value as Point #89858

    klh717
    Participant

    Is there a license that would provide source to modify the code to add that functionality?

    Or I can simulate a similar approach by adding the following:

    { startValue: 150, endValue: 150, style: { fill: ‘black’, stroke: ‘black’, height: 30}}

    This puts a line at 150 that is vertically longer, however the height makes it drop down, is there an offset that I would move the line up a little bit to center it on the chart?

    Thank you,

    Kris

Viewing 2 posts - 1 through 2 (of 2 total)