echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] Timeline.emphasis looks not work

Open Erimus-Koo opened this issue 3 years ago • 1 comments

Version

5.3.3

Link to Minimal Reproduction

No response

Steps to Reproduce

timeline: {
              axisType: 'category',
              orient: 'vertical',
              autoPlay: true,
              inverse: true,
              loop: false,
              playInterval: 500, //Math.max(500, updateFrequency - 2000),
              right: 0,
              top: chartTop + rowHeight * 0.5 - labelSize * 0.4,
              bottom: pd,
              width: timelineWidth,
              // symbol: 'none',
              label: {
                fontSize: timelineLabelSize,
                align: 'right',
              },
              progress: {
                label: {
                  fontSize: timelineLabelSize,
                },
              },
              emphasis: {
                // not work
                label: {
                  fontSize: timelineLabelSize * 2,
                  color: 'yellow',
                },
              },
              checkpointStyle: {
                borderWidth: 2,
              },
              controlStyle: {
                showNextBtn: false,
                showPrevBtn: false,
                itemGap: rowHeight,
              },
              data: [],
              zlevel: -99,
            },
          },

Current Behavior

Does emphasis mean the style of current selected time? If yes, it looks not work, for label / checkpoint / etc.

Expected Behavior

Manipulate style of current time in timeline.

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Erimus-Koo avatar Jun 23 '22 03:06 Erimus-Koo

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] avatar Jun 22 '24 21:06 github-actions[bot]

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!

github-actions[bot] avatar Jun 30 '24 21:06 github-actions[bot]