Announcement

Collapse
No announcement yet.

Chart Wash Out

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Chart Wash Out

    Attached is a 1 minute chart that shows on the top all of the dots representing the 1 minute increments. The bottom is an EFS using getGlobalvalue to transfer in data from other EFS running at the same time. There is a time overlay to draw the intermediate time lines. The time overlay works fine on all other charts except this one. What causes the washing out of the data points and the time markers? The only items in the return statement are the 2 lines shown on the bottom chart and a constant value of 0 to draw the black line.

    Best Regards,

    Alan
    Attached Files

  • #2
    Hello Alan,

    The dots you are referring to are called Grid Lines. In the image you posted it appears to me that the study may have some background painting where it's painting the background of some of the bars white. Check to see if there are any setBarBgColor() calls in the code. If so, you can comment them out by adding two forward slashes (ie //) to the beginning of the line of code. These calls will cover up the grid lines.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment


    • #3
      Thank you, it now works fine.

      Alan

      Comment

      Working...
      X