Skip to content

Commit

Permalink
Use month names in datetime labels
Browse files Browse the repository at this point in the history
  • Loading branch information
fhfuih committed Jul 29, 2019
1 parent f75e009 commit 16b62f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/QuotaChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const styles = {
}
};

const xAxisFmt = timeFormat('%d/%m');
const legendLabelFmt = timeFormat('%d/%m/%Y %H:%M:%S');
const xAxisFmt = timeFormat('%b %d');
const legendLabelFmt = timeFormat('%b %d %Y %H:%M:%S');

class QuotaChart extends Component {
render() {
Expand Down

0 comments on commit 16b62f9

Please sign in to comment.