|
@@ -3140,9 +3140,6 @@ let analytics = {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
let yaxis = `QUANTITY (${this.ingredient.unit.toUpperCase()})`;
|
|
let yaxis = `QUANTITY (${this.ingredient.unit.toUpperCase()})`;
|
|
|
- if(this.ingredient.specialUnit === "bottle"){
|
|
|
|
|
- yaxis = `QUANTITY (${this.ingredient.specialUnit.toUpperCase()})`
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
const layout = {
|
|
const layout = {
|
|
|
title: this.ingredient.name.toUpperCase(),
|
|
title: this.ingredient.name.toUpperCase(),
|