New Landing How can we help? Themeforest Theme Support Joyn Animated Pie Chart

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Joyn
  • #184094
    barefootMarc
    Member
    Post count: 174

    I can’t seem to find the codesnippet for an animated circle progress bar. I’ve attached a photo for what i’m looking to do.

    There is an example on the Joyn site, can’t find it though.

    Attachments:
    You must be logged in to view attached files.
    #184134
    barefootMarc
    Member
    Post count: 174

    downloaded the demo content, found it.

    #184136
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.
    -Rui

    #184215
    barefootMarc
    Member
    Post count: 174

    How can I make it thicker? I figured it out for a progress bar, doesn’t work though for the chart.

    Options?

    #184396
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit functions.js file at /joyn/js directory.

    Find this code:-
    lineWidth: jQuery(this).attr('data-linewidth'),

    Change with:-

    lineWidth: 6,
    

    Thanks
    Mohammad

    Thanks
    Mohammad

    #184592
    barefootMarc
    Member
    Post count: 174

    All I found was this:

    // CHARTS
    if (sfIncluded.hasClass(‘has-chart’)) {
    jQuery(‘.chart-shortcode’).each(function(){
    jQuery(this).easyPieChart({
    animate: 1000,
    lineCap: ’round’,
    lineWidth: jQuery(this).attr(‘data-linewidth’),
    size: jQuery(this).attr(‘data-size’),
    barColor: jQuery(this).attr(‘data-barcolor’),
    trackColor: jQuery(this).attr(‘data-trackcolor’),
    scaleColor: ‘transparent’
    });
    });
    }

    #184658
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Guess what my colleague meant was to change that code to this on

    // CHARTS
    if (sfIncluded.hasClass('has-chart')) {
    jQuery('.chart-shortcode').each(function(){
    jQuery(this).easyPieChart({
    animate: 1000,
    lineCap: 'round',
    //lineWidth: jQuery(this).attr('data-linewidth'),
    lineWidth: 6,
    size: jQuery(this).attr('data-size'),
    barColor: jQuery(this).attr('data-barcolor'),
    trackColor: jQuery(this).attr('data-trackcolor'),
    scaleColor: 'transparent'
    });
    });
    }

    Hope it helps.
    -Rui

    #184675
    barefootMarc
    Member
    Post count: 174

    Ive tried changing the number to several different options, and there is still no effect.

    Any ideas?

    Attachments:
    You must be logged in to view attached files.
    #184684
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It can be cache, after changing the file you should purge the cache.
    Can you provide the link to your site to check if the changes are there?

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register