Browse Source

Deploy c3js/c3 to github.com/c3js/c3.git:gh-pages

gh-pages
Deployment Bot (from Travis CI) 6 years ago
parent
commit
0c4f007628
  1. 2
      gettingstarted.html
  2. 2
      reference.html

2
gettingstarted.html

@ -259,7 +259,7 @@
$(function(){
function scrollToHash() {
var hash = document.location.hash,
target = $('.column-content a[href^=' + hash + ']'),
target = $('.column-content h3 a[href^=' + hash + ']'),
position;
if (target.length) {
position = target.offset().top - 60;

2
reference.html

@ -6669,7 +6669,7 @@ chart = chart.destroy();</code></pre>
$(function(){
function scrollToHash() {
var hash = document.location.hash,
target = $('.column-content a[href^=' + hash + ']'),
target = $('.column-content h3 a[href^=' + hash + ']'),
position;
if (target.length) {
position = target.offset().top - 60;

Loading…
Cancel
Save