mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Added default stylesheet and less structure to create new themes as described in issue #122
This commit is contained in:
@@ -66,9 +66,6 @@ module.exports.draw = function (text, id) {
|
||||
var categories = [];
|
||||
|
||||
daysInChart = moment.duration(endDate-startDate).asDays();
|
||||
console.log('startDate',startDate);
|
||||
console.log('endDate',endDate);
|
||||
console.log('daysInChart',daysInChart);
|
||||
|
||||
for (var i = 0; i < taskArray.length; i++) {
|
||||
categories.push(taskArray[i].type);
|
||||
|
Reference in New Issue
Block a user