mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Merge branch '1903_journey_config' into 1906_gantt_font
This commit is contained in:
@@ -15,18 +15,6 @@ import { getConfig } from '../../config';
|
|||||||
import { configureSvgSize } from '../../utils';
|
import { configureSvgSize } from '../../utils';
|
||||||
|
|
||||||
parser.yy = ganttDb;
|
parser.yy = ganttDb;
|
||||||
|
|
||||||
const conf2 = {
|
|
||||||
titleTopMargin: 25,
|
|
||||||
barHeight: 20,
|
|
||||||
barGap: 4,
|
|
||||||
topPadding: 50,
|
|
||||||
rightPadding: 75,
|
|
||||||
leftPadding: 75,
|
|
||||||
gridLineStartPadding: 35,
|
|
||||||
fontSize: 11,
|
|
||||||
fontFamily: '"Open-Sans", "sans-serif"'
|
|
||||||
};
|
|
||||||
export const setConf = function() {
|
export const setConf = function() {
|
||||||
// const keys = Object.keys(cnf);
|
// const keys = Object.keys(cnf);
|
||||||
// keys.forEach(function(key) {
|
// keys.forEach(function(key) {
|
||||||
|
Reference in New Issue
Block a user