dleung

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by dleung

  1. Bullet Graph Suggestion - Stacking

    Has this ever been implemented or is there something similar? We will also need to be implementing the same. I suppose a solution is to simply use separate stacked bar charts instead of bullets, but would be nice if there is a simpler solution. Thanks
  2. Tried adding a greek character using unicode for the FCDataSet object but other ascii characters show up instead. FCDataSet datasetCompositeEROVLower = new FCDataSet() .withSeriesName("+3σ (EROV Lower Limit)").withColor(16711680) .withShowOnTop(false).withAnchorAlpha(0); Is there something else that I need to be setting? Thanks