Amid

Results 6 issues of Amid

### What would you like? I have noticed a couple of differences between the tutorial section of the [stringsvc3](https://gokit.io/examples/stringsvc.html#calling-other-services) example and its [full source code](https://github.com/go-kit/examples/tree/master/stringsvc3). It is worth mentioning the...

There is not any function called `StyleShow` in the `chart` package. That is why it leads to syntax error in both `horizontal_stacked_bar` as well as `stacked_bar_labels` in the `_examples` directory.

### What are you trying to do? I am trying to add data labels(show the value of each bar on top of it) to a bar chart. ### What did...

### What would you like? I noticed that the project is still using the deprecated `io/ioutil` library in some parts of the codebase. Since `io/ioutil` has been deprecated in Go...