mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
put 'today' in the middle of the bar
This commit is contained in:
parent
c9c7b8c25b
commit
2dc9878435
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ $(function () {
|
||||||
$.plot($("#placeholder"), [
|
$.plot($("#placeholder"), [
|
||||||
{ data: d, bars: { show: true, barWidth: 0.8 } }
|
{ data: d, bars: { show: true, barWidth: 0.8 } }
|
||||||
], {
|
], {
|
||||||
xaxis: { ticks: [[0.5, "Today"]] }
|
xaxis: { ticks: [[0.4, "Today"]] }
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue