bd808 / graphite-graph-php

PHP DSL for generating Graphite graph specifications
http://bd808.com/graphite-graph-php
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

Override ini settings #3

Closed opennetadmin closed 12 years ago

opennetadmin commented 12 years ago

Currently overrides apply to default parameter settings and are processed prior to loading the .ini file.

It should work such that any overrides passed in Graphite_GraphBuilder will allow for overriding values set within the .ini files. Basically load the .ini file and then merge the overrides.

bd808 commented 12 years ago

Fixed behavior with API rewrite.