Forum Replies Created by gregs

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: How do I center or Left/Right justify a Label #28359

    Is there another way to have text (instead of values) for the X-Axis? Label inside the DataPoints is the best way to do this? If so, would paying for priority support possibly get this “label align” feature added? Thanks!

    in reply to: How do I center or Left/Right justify a Label #28345

    data: [{
    type: “bar”,
    dataPoints: [{
    x: 0,
    y: 71,
    label: “test test test test test test test test test test test test test test”
    },
    {
    x: 1,
    y: 55,
    label: “test test test test”
    },
    ]
    }]

    in reply to: How do I center or Left/Right justify a Label #28344

    To clarify the issue some more — the label I need to right justify is inside DataPoints. The long labels wrap and we need them to be right justified to fit up against the horizontal bars.

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