Forum Replies Created by XAOPT

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: canvasjs preview #6779

    About subject, in my case (v1.5.0 Beta 1):

                
    if ("pie" !== h.type && "doughnut" !== h.type && "funnel" !== h.type) k = {
        markerType: k,
        markerColor: m,
    

    Replace with:

               
    if ("pie" !== h.type && "doughnut" !== h.type && "funnel" !== h.type) k = {
        markerBorderColor: h._colorSet[0]
        markerType: k,
        markerColor: m,
    

    I.drawMarker(f + r / 2, g + this.lineHeight / 2, this.ctx, k.markerType, r, k.markerColor, null, 0);
    replace with
    I.drawMarker(f + r / 2, g + this.lineHeight / 2, this.ctx, k.markerType, r, k.markerColor, k.markerBorderColor, 1);

    • This reply was modified 9 years, 7 months ago by XAOPT.
    in reply to: canvasjs preview #6738

    Yes, sure, but markerBorderColor color was set to red and markerBorderThickness at 1. Looks nice at chart, but not in legend.

    Thank you for your answer.

    • This reply was modified 9 years, 7 months ago by XAOPT.
    in reply to: underscore in tooltip #6734

    I am sorry, problem can be reproduced with 1.4.1 version and is fixed in 1.5.

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