Closed arjun-storybox closed 6 years ago
I generated the barcodes successfully , but there is a text appearing beneath the barcode.
My Code
`<?php BarcodeGenerator::widget([ 'elementId' => 'barcodeElement', 'value' => $model->asset_id, 'type' => 'code128', 'rectangular' => true, 'settings' => [ 'output' => 'canvas' ] ]); ?>`
How can i remove the text ?
I generated the barcodes successfully , but there is a text appearing beneath the barcode.
My Code
How can i remove the text ?