Skip to content

Commit 840a040

Browse files
authored
Update README.md
1 parent d272a29 commit 840a040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fun BarChartView() {
107107
barDrawer = SimpleBarDrawer(),
108108
xAxisDrawer = SimpleXAxisDrawer(),
109109
yAxisDrawer = SimpleYAxisDrawer(),
110-
labelDrawer = SimpleValueDrawer()
110+
labelDrawer = SimpleLabelDrawer()
111111
)
112112
}
113113
```
@@ -143,4 +143,4 @@ fun BarChartView() {
143143
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
144144
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145145
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
146-
SOFTWARE.
146+
SOFTWARE.

0 commit comments

Comments
 (0)