Home Forums Chart Support Canvas view with large no of channels

Canvas view with large no of channels

Viewing 4 posts - 1 through 4 (of 4 total)
  • #22698

    Hi CanavasJS team,

    I have around 20 no of channels. But in http://jsfiddle.net/273Lqh3g/123/ I am not able to see the last 2 channels(channel name view which appears at the bottom of canvas). Is there any way by which we can see all the channel name without increasing the height of container or can we truncate the channel name view which appears at the bottom.

    Thanks,
    Tejal

    #22702

    @tejal,

    You can set itemMaxWidth property to a required value and itemWrap property to false for legend, to truncate the channel names, as shown in this updated jsfiddle.

    __
    Priyanka M S
    Team CanvasJS

    #22710

    Thanks Priyanka,

    But is there any other way by which we can accommodate the whole channel word in lesser space. Because I want to view whole channel name.Or can we show tooltip for the truncated channels name.

    • This reply was modified 5 years, 7 months ago by Tejal.
    #22724

    @Tejal,

    The space for every legend text is allocated based on the height and width of the chart container. If sufficient space is not available to render every legend completely, the legend text will be wrapped or skipped internally to enhance readability.
    However, itemWrap can be set to false to avoid wrapping of legend text and you can set the itemMaxWidth property according to the height and width of chart container or fontSize of the text can be reduced to make the more characters visible. Please take a look at this example on the custom legend which might be of help.

    can we show tooltip for the truncated channels name.

    toolTip for legends is not available as of now.

    __
    Priyanka M S
    Team CanvasJS

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

You must be logged in to reply to this topic.